Skip to content

Commit

Permalink
Removed parentheses.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Apr 16, 2022
1 parent ac9e7bd commit 2e73d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MagickCore/draw.c
Expand Up @@ -3795,7 +3795,7 @@ static MagickBooleanType RenderMVGContent(Image *image,
graphic_context[n]->stroke.alpha=graphic_context[n]->stroke_alpha;
else
graphic_context[n]->stroke.alpha=(MagickRealType)
ClampToQuantum(QuantumRange*(opacity));
ClampToQuantum(QuantumRange*opacity);
graphic_context[n]->stroke.alpha_trait=BlendPixelTrait;
break;
}
Expand Down

0 comments on commit 2e73d03

Please sign in to comment.