[Webkit-unassigned] [Bug 108999] SVG background-image memory usage is absurd

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 5 18:59:06 PST 2013


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


Philip Rogers <pdr at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |pdr at google.com
                   |kit.org                     |
                 CC|                            |fmalita at chromium.org,
                   |                            |schenney at chromium.org
         Depends on|                            |106159
     Ever Confirmed|0                           |1




--- Comment #1 from Philip Rogers <pdr at google.com>  2013-02-05 19:01:12 PST ---
Thank you for taking the time to file this.

Part of the problem is that we are caching SVG images as bitmaps, and at their native resolution (which is particularly painful for your 1024*1024 SVG file). I'm addressing that long-standing problem in wkbug.com/106159 which will fix much of the memory consumption.

That still doesn't address the per-use growth in memory though; we should only need one image here!

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