From bf1dba179008f5522b7ac3a264a928e1ef2fe586 Mon Sep 17 00:00:00 2001 From: cristy <urban-warrior@git.imagemagick.org> Date: Fri, 8 Nov 2013 13:06:58 +0000 Subject: [PATCH] --- MagickCore/draw.c | 10 ---------- 1 file changed, 10 deletions(-) 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 -- 2.40.0