Bug 11955 - the rendering tree should support automatic culling for paths < 1px by 1px
Summary: the rendering tree should support automatic culling for paths < 1px by 1px
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-24 05:58 PST by Eric Seidel (no email)
Modified: 2010-07-08 01:19 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.