From: Cristy Date: Mon, 30 Apr 2018 10:55:44 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.7-29~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41edbdcea30630280d643af765ee997e3a02c193;p=imagemagick ... --- diff --git a/MagickCore/draw.c b/MagickCore/draw.c index a64507a5a..2a57f6c18 100644 --- a/MagickCore/draw.c +++ b/MagickCore/draw.c @@ -2188,6 +2188,10 @@ MagickExport MagickBooleanType DrawImage(Image *image,const DrawInfo *draw_info, } if (LocaleCompare("compliance",keyword) == 0) { + /* + MVG compliance associates a clipping mask with an image; SVG + compliance associates a clipping mask with a graphics context. + */ GetNextToken(q,&q,extent,token); graphic_context[n]->compliance=(ComplianceType) ParseCommandOption( MagickComplianceOptions,MagickFalse,token);