]> granicus.if.org Git - graphviz/commitdiff
tests: SVGAnalyzer: clarify comment
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 23 Aug 2022 11:26:37 +0000 (13:26 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 5 Sep 2022 06:52:12 +0000 (08:52 +0200)
tests/svg_element.cpp

index dcd1267c69dba05cb5d16d713228c4e9ecc3db86..9fe764fd7b45dbd89cd728bac65e418db20d7aeb 100644 (file)
@@ -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";