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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 23 04:51:57 PDT 2010


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





--- Comment #8 from Benjamin Poulain <benjamin.poulain at nokia.com>  2010-04-23 04:51:56 PST ---
(From update of attachment 53915)
> +    if (s.width() * s.height() < 1024 * 1024) {

Here, you could also check if m_frameCache is valid. If
SVGImage::nativeImageForCurrentFrame() has been called, the image is in cache
even if the size exceed 1024 * 1024.

-- 
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