]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sun, 22 Jul 2018 01:05:21 +0000 (21:05 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sun, 22 Jul 2018 01:05:21 +0000 (21:05 -0400)
coders/svg.c

index 4505bb48325e31b43eae4edd640ab0b0440ae517..bc0b21446dbdbf5330617aa46b82178eb80610bd 100644 (file)
@@ -2664,6 +2664,8 @@ static void SVGEndElement(void *context,const xmlChar *name)
             SVGProcessStyleElement(context,name,value);
             (void) FormatLocaleFile(svg_info->file,"pop class\n");
           }
+          (void) FormatLocaleFile(svg_info->file,"push class \"\"\n");
+          (void) FormatLocaleFile(svg_info->file,"pop class\n");
           break;
         }
       if (LocaleCompare((const char *) name,"svg") == 0)