[Webkit-unassigned] [Bug 24627] Large SVG documents have performance issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 30 14:11:02 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=24627





------- Comment #2 from eric at webkit.org  2009-03-30 14:11 PDT -------
We also seem to hit-test the SVG every time, even if the hittest result isn't
needed.  I think the major slowness seen in mouse-move is due to the fact that
we're hit-testing every time.  We could invent a solution where the hit-testing
wasn't done until the result was needed.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list