From: Cristy Date: Sat, 15 Apr 2017 14:43:00 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.5-5~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c45484abd3dfccaa89c24e149214fef8eedb959a;p=imagemagick ... --- diff --git a/MagickCore/property.c b/MagickCore/property.c index b201382cd..6dd814880 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -2046,7 +2046,7 @@ static char *TraceSVGClippath(const unsigned char *blob,size_t length, "\n" "\n" - "file, - "fill '%s'\n",color); + "fill '%s'\n",color); break; } if (LocaleCompare(value,"#000000ff") == 0) @@ -1788,7 +1788,7 @@ static void SVGStartElement(void *context,const xmlChar *name, if (LocaleCompare(value,"currentColor") == 0) { (void) FormatLocaleFile(svg_info->file, - "stroke '%s'\n",color); + "stroke '%s'\n",color); break; } if (LocaleCompare(value,"#000000ff") == 0)