DescriptionFixing the problem with SVG gradients. Before, we were transforming paths when drawing the paths which would not work for gradients because scaling is applied during setup() in SVGPaintServerGradient and we would end up scaling again when drawing.
We now apply the transform when we add the path instead.
This should fix a few SVG tests, which I am working on in a separate changelist.
Patch Set 1 #
Total comments: 4
Patch Set 2 : '' #
Total comments: 3
Patch Set 3 : '' #Patch Set 4 : '' #Patch Set 5 : '' #
Total comments: 4
Patch Set 6 : '' #
Total comments: 2
Messages
Total messages: 16 (0 generated)
|