NEW11955
the rendering tree should support automatic culling for paths < 1px by 1px
https://bugs.webkit.org/show_bug.cgi?id=11955
Summary the rendering tree should support automatic culling for paths < 1px by 1px
Eric Seidel (no email)
Reported 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.
Attachments
Nikolas Zimmermann
Comment 1 2010-07-08 01:19:30 PDT
Changed component to SVG, so it shows up in my all-svg-bugs search.
Note You need to log in before you can comment on or make changes to this bug.