Bug 15704
Summary: | [GTK] SVG/Cairo hit-testing is very slow | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alp Toker <alp> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Minor | CC: | gustavo, krit |
Priority: | P2 | Keywords: | Cairo, Gtk, Performance |
Version: | 523.x (Safari 3) | ||
Hardware: | All | ||
OS: | All |
Alp Toker
The system comes to a crawl when SVG images are hovered over. There is clearly an inefficiency here.
The issue may be that we are copying Cairo's path data each time we inspect it due to a limitation/our misuse of the Cairo path API.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Gustavo Noronha (kov)
I was looking for a good way to reproduce this. Is going to http://www.croczilla.com/svg/samples/chem1/chem1.svg, hovering the mouse over the circles, and measuring CPU usage a good metric?
Dirk Schulze
Neither Alp's nor kov's example are present anymore. Can someone post an example as attachment to this bug?
Dirk Schulze
*** This bug has been marked as a duplicate of bug 19312 ***