From: Cristy Date: Sat, 9 Mar 2019 14:24:08 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.8-33~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=716ec522cf4997a008905666610fe461840c5b48;p=imagemagick ... --- diff --git a/MagickCore/draw.c b/MagickCore/draw.c index 8532fe0cd..6a25faa5e 100644 --- a/MagickCore/draw.c +++ b/MagickCore/draw.c @@ -1594,9 +1594,6 @@ static Image *DrawClippingMask(Image *image,const DrawInfo *draw_info, { clip_mask=DestroyImage(clip_mask); clip_mask=separate_mask; - status=NegateImage(clip_mask,MagickFalse,exception); - if (status == MagickFalse) - clip_mask=DestroyImage(clip_mask); } if (image->debug != MagickFalse) (void) LogMagickEvent(DrawEvent,GetMagickModule(),"end clip-path");