RESOLVED FIXED 11980
SVG allocates needlessly huge pattern tiles during rendering
https://bugs.webkit.org/show_bug.cgi?id=11980
Summary SVG allocates needlessly huge pattern tiles during rendering
Eric Seidel (no email)
Reported 2006-12-26 08:07:33 PST
SVG allocates needlessly huge pattern tiles during rendering SVG needs method to find final rendered size for a given length This is really just a simple bit of code which figures out the current absoluteTransform and applies it to a given length. This could be used by bug 5526 as well. This currently causes svg/custom/pattern-in-defs.svg to intermittently fail.
Attachments
Nikolas Zimmermann
Comment 1 2007-01-02 04:25:30 PST
Fixed by bug 12013 patch. Landed in r18521.
Note You need to log in before you can comment on or make changes to this bug.