[Webkit-unassigned] [Bug 37905] Rendering SVGs through img elements is slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 19 15:35:50 PST 2010


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





--- Comment #13 from Benjamin Poulain <benjamin.poulain at nokia.com>  2010-11-19 15:35:50 PST ---
Simon, I updated the patch today and explored how to get it right in the different use cases.

I think we cannot cache the svg rendered. The problem is the transforms of the view, and then the CSS transforms. If we scale either the QGraphicsWebView or a parent element with CSS, the SVG is not rendered precisely with the patch.

We can probably do some hackery around the GraphicsContext's transform but I am not sure that is worth it. What is your opinion?

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



More information about the webkit-unassigned mailing list