&graphic_context[n]->fill_pattern,exception);
else
{
+ Quantum
+ 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
{
GetNextToken(q,&q,extent,token);
factor=strchr(token,'%') != (char *) NULL ? 0.01 : 1.0;
- graphic_context[n]->alpha=ClampToQuantum(QuantumRange*(1.0-((1.0-
- QuantumScale*graphic_context[n]->alpha)*factor*
+ graphic_context[n]->alpha=ClampToQuantum(QuantumRange*(1.0-(
+ QuantumScale*graphic_context[n]->alpha*factor*
StringToDouble(token,&next_token))));
if (token == next_token)
status=MagickFalse;
&graphic_context[n]->stroke_pattern,exception);
else
{
+ Quantum
+ 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