From 716ec522cf4997a008905666610fe461840c5b48 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sat, 9 Mar 2019 09:24:08 -0500 Subject: [PATCH] ... --- MagickCore/draw.c | 3 --- 1 file changed, 3 deletions(-) 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"); -- 2.40.0