]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Thu, 26 May 2016 10:46:36 +0000 (06:46 -0400)
committerCristy <urban-warrior@imagemagick.org>
Thu, 26 May 2016 10:46:36 +0000 (06:46 -0400)
coders/svg.c

index 39270c7675652d3e4594575b7717de44f6d51b73..0c3683fa4400cbf847ceee01668e47e32decb8b3 100644 (file)
@@ -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)