[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
Mon May 4 10:27:48 PDT 2009


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


krit at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |krit at webkit.org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #3 from krit at webkit.org  2009-05-04 10:27 PDT -------
SVGResourcePattern builds the pattern at runtime and calls
SVGPatternElement::buildPattern(FloatRect), where FloatRect is the
objectBoundingBox of the object, that is filled with the pattern.
buildPattern() clips the patternimage to object size, if the object is smaler
than the pattern. I think this clipping is wrong in this place.
I wonder why we don't have a test for this.


-- 
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