Bug 11955

Summary: the rendering tree should support automatic culling for paths < 1px by 1px
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: zimmermann
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   

Description Eric Seidel (no email) 2006-12-24 05:58:10 PST
the rendering tree should support automatic culling for paths < 1px by 1px

4.  WebKit may need to do path culling (past some certain size).
Just stop walking the render tree once under a pixel in final size.
CG does its own culling before sending commands to the graphics card,
but webkit is doing extra work by walking the rendering tree past a
certain point.

This could make rendering large SVG files much faster.
Comment 1 Nikolas Zimmermann 2010-07-08 01:19:30 PDT
Changed component to SVG, so it shows up in my all-svg-bugs search.