Bug 53704
Summary: | Reduce the the frequency of rebuilding the USE element shadow tree | ||
---|---|---|---|
Product: | WebKit | Reporter: | Justin Schuh <jschuh> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | krit, zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Justin Schuh
We rebuild the USE element shadow tree on any modification to the target. In the cases like animation we end up constantly destroying and rebuilding the shadow tree. We should look at either more selectively updating the tree or--if possible--not cloning the elements and instead making it an actual shadow with an extra layer to route events.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |