From 41edbdcea30630280d643af765ee997e3a02c193 Mon Sep 17 00:00:00 2001 From: Cristy Date: Mon, 30 Apr 2018 06:55:44 -0400 Subject: [PATCH] ... --- MagickCore/draw.c | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.40.0