From: Cristy Date: Mon, 30 Apr 2018 23:46:29 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.7-30~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01e0d083b3198fab24a9f0a99340c592f84fa998;p=imagemagick ... --- diff --git a/MagickCore/draw.c b/MagickCore/draw.c index dc98df345..bbe8cfb64 100644 --- a/MagickCore/draw.c +++ b/MagickCore/draw.c @@ -2200,6 +2200,7 @@ MagickExport MagickBooleanType DrawImage(Image *image,const DrawInfo *draw_info, GetNextToken(q,&q,extent,token); graphic_context[n]->compliance=(ComplianceType) ParseCommandOption( MagickComplianceOptions,MagickFalse,token); + break; } status=MagickFalse; break;