]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Thu, 1 Mar 2018 15:22:17 +0000 (10:22 -0500)
committerCristy <urban-warrior@imagemagick.org>
Thu, 1 Mar 2018 15:22:17 +0000 (10:22 -0500)
coders/svg.c

index f7eb95637a1c29aaa6a56c1e4f49acc103327f27..17a258b15d34702e3028be85a48928c7de57e839 100644 (file)
@@ -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)
         {