From f87085f237853c34b593be7993b3551416ca730d Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Tue, 23 Aug 2022 13:26:37 +0200 Subject: [PATCH] tests: SVGAnalyzer: clarify comment --- tests/svg_element.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/svg_element.cpp b/tests/svg_element.cpp index dcd1267c6..9fe764fd7 100644 --- a/tests/svg_element.cpp +++ b/tests/svg_element.cpp @@ -53,7 +53,8 @@ static std::string xml_encode(const std::string &text) { return out; } -// convert a valid color specification to the flavor that Graphviz uses +// convert a valid color specification to the flavor that Graphviz uses in the +// SVG static std::string to_graphviz_color(const std::string &color) { if (color == "rgb(0,0,0)") { return "black"; -- 2.40.0