]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Mon, 28 May 2018 18:25:18 +0000 (14:25 -0400)
committerCristy <urban-warrior@imagemagick.org>
Mon, 28 May 2018 18:25:18 +0000 (14:25 -0400)
coders/svg.c

index ed9ecb349171dc02c399257260b841a635574402..7a8eaaca044816cac7ca3b8c20c90884dc7cc20e 100644 (file)
@@ -2479,7 +2479,7 @@ static void SVGEndElement(void *context,const xmlChar *name)
         }
       if (LocaleCompare((const char *) name,"path") == 0)
         {
-          (void) FormatLocaleFile(svg_info->file,"class \"polygon\"\n");
+          (void) FormatLocaleFile(svg_info->file,"class \"path\"\n");
           (void) FormatLocaleFile(svg_info->file,"path \"%s\"\n",
             svg_info->vertices);
           (void) FormatLocaleFile(svg_info->file,"pop graphic-context\n");