&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
&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