From 4a38f5da05a1a0b0d0b4efd608a222c756f26fa3 Mon Sep 17 00:00:00 2001 From: Cristy Date: Thu, 1 Mar 2018 10:22:17 -0500 Subject: [PATCH] ... --- coders/svg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.49.0