From: Magnus Jacobsson Date: Tue, 23 Aug 2022 11:26:37 +0000 (+0200) Subject: tests: SVGAnalyzer: clarify comment X-Git-Tag: 6.0.1~10^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f87085f237853c34b593be7993b3551416ca730d;p=graphviz tests: SVGAnalyzer: clarify comment --- 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";