1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-23 01:44:22 +00:00

SVG: Avoid double transforming gradients

This commit is contained in:
ed 2018-08-15 12:54:59 +01:00
parent 121b42d507
commit 4d4fd5ea3f

View file

@ -937,8 +937,7 @@ private:
FillType type (gradient);
auto gradientTransform = parseTransform (fillXml->getStringAttribute ("gradientTransform"))
.followedBy (transform);
auto gradientTransform = parseTransform (fillXml->getStringAttribute ("gradientTransform"));
if (gradient.isRadial)
{