From: Cristy Date: Thu, 1 Mar 2018 15:22:17 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.7-25~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a38f5da05a1a0b0d0b4efd608a222c756f26fa3;p=imagemagick ... --- diff --git a/coders/svg.c b/coders/svg.c index f7eb95637..17a258b15 100644 --- a/coders/svg.c +++ b/coders/svg.c @@ -1021,7 +1021,7 @@ static void SVGStartElement(void *context,const xmlChar *name, break; } case 'F': - case 'F': + case 'f': { if (LocaleCompare((const char *) name,"foreignObject") == 0) { @@ -2345,7 +2345,7 @@ static void SVGEndElement(void *context,const xmlChar *name) break; } case 'F': - case 'F': + case 'f': { if (LocaleCompare((const char *) name,"foreignObject") == 0) {