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:
parent
121b42d507
commit
4d4fd5ea3f
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue