From bbb48d8db1ebacc57b35bb079a6b2820b78566d3 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sat, 21 Jul 2018 21:05:21 -0400 Subject: [PATCH] ... --- coders/svg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coders/svg.c b/coders/svg.c index 4505bb483..bc0b21446 100644 --- a/coders/svg.c +++ b/coders/svg.c @@ -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) -- 2.40.0