Created attachment 109487 [details] pixelated SVG Pattern SVG pattern tile pixelated on patternTransform with scaling.
I have a patch for this problem.
Created attachment 109509 [details] Patch
Comment on attachment 109509 [details] Patch Looks good, r=me.
Comment on attachment 109509 [details] Patch Clearing flags on attachment: 109509 Committed r96530: <http://trac.webkit.org/changeset/96530>
All reviewed patches have been landed. Closing bug.
Leopard build fix attempt in http://trac.webkit.org/changeset/96551.
What would happen if the pattern transform had a negative scale component?
(In reply to comment #7) > What would happen if the pattern transform had a negative scale component? The same like for a positive scale component, but the patter tile gets flipped: scale(-1, 1) -> left gets to right and right to left. No other influence to the tile. You can try it with the next nightly build.