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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 21 00:33:59 PDT 2010


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





--- Comment #6 from Dirk Schulze <krit at webkit.org>  2010-04-21 00:33:59 PST ---
(In reply to comment #4)
> (In reply to comment #3)
> > (From update of attachment 53909 [details] [details])
> > 
> > > +    if (s.width() * s.height() < 1024*1024) {
Maybe we can save the constant multiplication, by taking the product of 1024^2
with a short comment?
Also what happens on zooming a page? Get the SVG redrawn, or is the cached
image just scaled?

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