From dac0a223e38bdd6b9381d6098e53c2b5a8685ad7 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 2 Sep 2018 18:34:14 -0400 Subject: [PATCH] ... --- MagickCore/draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MagickCore/draw.c b/MagickCore/draw.c index 0e91cf4b4..da190b018 100644 --- a/MagickCore/draw.c +++ b/MagickCore/draw.c @@ -2701,7 +2701,7 @@ static MagickBooleanType RenderMVGContent(Image *image, graphic_context[n]->clipping_mask=DrawClippingMask(image, graphic_context[n],token,clip_path,exception); if (draw_info->compliance != SVGCompliance) - (void) DrawClipPath(image,graphic_context[n], + status&=DrawClipPath(image,graphic_context[n], graphic_context[n]->clip_mask,exception); } break; -- 2.40.0