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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 20 18:13:54 PDT 2010


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





--- Comment #1 from Simon Hausmann <hausmann at webkit.org>  2010-04-20 18:13:54 PST ---
The img element is used for bitmap images in 99% of all cases. The rendering of
bitmap images is very fast.

When using the img element with svg documents as source, the rendering is
slower because WebKit repaints the SVG every time the img is painted.

An obvious optimization is to cache the rendered SVG and update the cache as
the SVG contents changes.

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