Bug 11980

Summary: SVG allocates needlessly huge pattern tiles during rendering
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: 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    

Description Eric Seidel (no email) 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.
Comment 1 Nikolas Zimmermann 2007-01-02 04:25:30 PST
Fixed by bug 12013 patch. Landed in r18521.