NEW 53704
Reduce the the frequency of rebuilding the USE element shadow tree
https://bugs.webkit.org/show_bug.cgi?id=53704
Summary Reduce the the frequency of rebuilding the USE element shadow tree
Justin Schuh
Reported Thursday, February 3, 2011 8:17:13 PM UTC
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
Note You need to log in before you can comment on or make changes to this bug.