From: Cristy Date: Mon, 28 May 2018 18:25:18 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.7-36~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1f8d08f0e17635175a187e2390538a65b99a401;p=imagemagick ... --- diff --git a/coders/svg.c b/coders/svg.c index ed9ecb349..7a8eaaca0 100644 --- a/coders/svg.c +++ b/coders/svg.c @@ -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");