[Webkit-unassigned] [Bug 25484] SVG patterns with some scale patternTransform are not displayed correctly for small elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 15 03:32:23 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25484





------- Comment #15 from krit at webkit.org  2009-05-15 03:32 PDT -------
The failing pixel test has nothing to do with our pattern patch. The other
tests fail because LayoutTests display the values of pattternBoundaries and we
don't modify the patternBoundaries now (like the clipping code did).
I think it's the best to update the tests.  The clipping is not only wrong for
the use with patternTransform, userSpaceOnUse, but for objectBoundingBox too.
Short example:
<pattern id="pattern" height="100%" width="110%">
The Clipping would cut of the patter size at 100% width.

I still believe it's the best to delete the code and not to add a new but also
wrong code and just update the LayoutTests.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list