From: Cristy Date: Thu, 26 May 2016 10:46:36 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.1-7~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=081cfb28941ca8e151cd31ae2c26e3dc7de97957;p=imagemagick ... --- diff --git a/coders/svg.c b/coders/svg.c index 39270c767..0c3683fa4 100644 --- a/coders/svg.c +++ b/coders/svg.c @@ -1810,8 +1810,7 @@ static void SVGStartElement(void *context,const xmlChar *name, if (LocaleCompare(keyword,"stroke-dashoffset") == 0) { (void) FormatLocaleFile(svg_info->file, - "stroke-dashoffset %s\n", - value); + "stroke-dashoffset %s\n",value); break; } if (LocaleCompare(keyword,"stroke-linecap") == 0) @@ -1823,15 +1822,13 @@ static void SVGStartElement(void *context,const xmlChar *name, if (LocaleCompare(keyword,"stroke-linejoin") == 0) { (void) FormatLocaleFile(svg_info->file, - "stroke-linejoin '%s'\n", - value); + "stroke-linejoin '%s'\n",value); break; } if (LocaleCompare(keyword,"stroke-miterlimit") == 0) { (void) FormatLocaleFile(svg_info->file, - "stroke-miterlimit '%s'\n", - value); + "stroke-miterlimit '%s'\n",value); break; } if (LocaleCompare(keyword,"stroke-opacity") == 0)