]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sun, 2 Sep 2018 22:34:14 +0000 (18:34 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sun, 2 Sep 2018 22:34:14 +0000 (18:34 -0400)
MagickCore/draw.c

index 0e91cf4b44750f74e7a561e0f5286a817ba860c4..da190b018a7a123a3a599ea6aa4c05d75c2e2555 100644 (file)
@@ -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;