"<svg xmlns=\"http://www.w3.org/2000/svg\""
" width=\"%.20g\" height=\"%.20g\">\n"
"<g>\n"
- "<path fill-rule=\"evenodd\" style=\"fill:#00000000;stroke:#00000000;"
+ "<path fill-rule=\"evenodd\" style=\"fill:#000000;stroke:#000000;"
"stroke-width:0;stroke-antialiasing:false\" d=\"\n"),(double) columns,
(double) rows);
(void) ConcatenateString(&path,message);
if (LocaleCompare(value,"currentColor") == 0)
{
(void) FormatLocaleFile(svg_info->file,
- "fill '%s'\n",color);
+ "fill '%s'\n",color);
break;
}
if (LocaleCompare(value,"#000000ff") == 0)
if (LocaleCompare(value,"currentColor") == 0)
{
(void) FormatLocaleFile(svg_info->file,
- "stroke '%s'\n",color);
+ "stroke '%s'\n",color);
break;
}
if (LocaleCompare(value,"#000000ff") == 0)