From: Cristy Date: Sat, 28 Apr 2018 00:53:56 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.7-29~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1456988b2f9d9aba98f945be1d710288b13c52cc;p=imagemagick ... --- diff --git a/MagickWand/drawing-wand.c b/MagickWand/drawing-wand.c index 584fee842..68788e8ae 100644 --- a/MagickWand/drawing-wand.c +++ b/MagickWand/drawing-wand.c @@ -4545,7 +4545,8 @@ WandExport MagickBooleanType DrawSetClipPath(DrawingWand *wand, #if DRAW_BINARY_IMPLEMENTATION if (wand->image == (Image *) NULL) ThrowDrawException(WandError,"ContainsNoImages",wand->name); - (void) DrawClipPath(wand->image,CurrentContext,CurrentContext->clip_mask); + (void) DrawClipPath(wand->image,CurrentContext,CurrentContext->clip_mask, + wand->exception); #endif (void) MVGPrintf(wand,"clip-path url(#%s)\n",clip_mask); }