Bug 11980
Summary: | SVG allocates needlessly huge pattern tiles during rendering | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
Bug Depends on: | 116136 | ||
Bug Blocks: | 5526 |
Eric Seidel (no email)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Fixed by bug 12013 patch. Landed in r18521.