[Webkit-unassigned] [Bug 67700] Rendering artifacts on a fairly complex SVG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 14 12:10:07 PDT 2011


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





--- Comment #7 from Tim Horton <timothy_horton at apple.com>  2011-09-14 12:10:07 PST ---
It seems like the pattern being drawn is getting clipped by something for some reason; if you increase the size of the <svg> so that it would fit the pre-transformed rect (i.e. 300px height <svg>), everything works.

Oh, actually, the tile size is clamped against the <svg> size in RenderSVGResourcePattern::createTileImage. Removing that code fixes this; seems like we'll have to rethink our "last-ditch" clamping approach.

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



More information about the webkit-unassigned mailing list