Commit 33dc9f5f9 for imagemagick.org

commit 33dc9f5f99b292265f0581d13f316c8409629895
Author: Cristy <urban-warrior@imagemagick.org>
Date:   Fri Jun 5 22:06:13 2026 -0400

    fix false positive

diff --git a/MagickCore/draw.c b/MagickCore/draw.c
index 5e96d10f1..b3d248547 100644
--- a/MagickCore/draw.c
+++ b/MagickCore/draw.c
@@ -3807,8 +3807,6 @@ static MagickBooleanType RenderMVGContent(Image *image,
                 for (x=0; IsValidPoint(token) != MagickFalse; x++)
                 {
                   (void) GetNextToken(r,&r,extent,token);
-                  if (IsValidListChar((int) ((unsigned char) *token)) == MagickFalse)
-                    ThrowPointExpectedException(token,exception);
                   if (*token == ',')
                     (void) GetNextToken(r,&r,extent,token);
                 }