* Permit EPT images with just a TIFF or EPS image, not both (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30921).
* The -clone option no longer leaks memory.
+ * Render to clip mask rather than image for clip-path MVG graphics primitive.
2016-11-15 7.0.3-7 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.3-7, GIT revision 19024:87aca83:20161115.
exception);
clone_info->clip_mask=(char *) NULL;
status=NegateImage(clip_mask,MagickFalse,exception);
+ status&=DrawImage(clip_mask,clone_info,exception);
(void) SetImageMask(image,ReadPixelMask,clip_mask,exception);
clip_mask=DestroyImage(clip_mask);
- status&=DrawImage(image,clone_info,exception);
clone_info=DestroyDrawInfo(clone_info);
if (image->debug != MagickFalse)
(void) LogMagickEvent(DrawEvent,GetMagickModule(),"end clip-path");