From: cristy Date: Fri, 8 Nov 2013 13:06:58 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf1dba179008f5522b7ac3a264a928e1ef2fe586;p=imagemagick --- diff --git a/MagickCore/draw.c b/MagickCore/draw.c index 8e1678a49..af7d11eb7 100644 --- a/MagickCore/draw.c +++ b/MagickCore/draw.c @@ -1992,13 +1992,8 @@ MagickExport MagickBooleanType DrawImage(Image *image,const DrawInfo *draw_info, &graphic_context[n]->fill_pattern,exception); else { - double - alpha; - - alpha=graphic_context[n]->fill.alpha; status&=QueryColorCompliance(token,AllCompliance, &graphic_context[n]->fill,exception); - graphic_context[n]->fill.alpha=alpha; if (status == MagickFalse) { ImageInfo @@ -2509,13 +2504,8 @@ MagickExport MagickBooleanType DrawImage(Image *image,const DrawInfo *draw_info, &graphic_context[n]->stroke_pattern,exception); else { - double - alpha; - - alpha=graphic_context[n]->stroke.alpha; status&=QueryColorCompliance(token,AllCompliance, &graphic_context[n]->stroke,exception); - graphic_context[n]->stroke.alpha=alpha; if (status == MagickFalse) { ImageInfo