From: Cristy Date: Sat, 28 Apr 2018 14:38:34 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.7-29~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6456301da40db5fe9d12df0d528a4373ccd6da6;p=imagemagick ... --- diff --git a/MagickCore/draw.c b/MagickCore/draw.c index 5a28888e3..c38542942 100644 --- a/MagickCore/draw.c +++ b/MagickCore/draw.c @@ -2437,11 +2437,6 @@ MagickExport MagickBooleanType DrawImage(Image *image,const DrawInfo *draw_info, n=0; break; } - if (graphic_context[n]->clip_mask != (char *) NULL) - if (LocaleCompare(graphic_context[n]->clip_mask, - graphic_context[n-1]->clip_mask) != 0) - (void) SetImageMask(image,ReadPixelMask,(Image *) NULL, - exception); graphic_context[n]=DestroyDrawInfo(graphic_context[n]); n--; break;