[webkit-reviews] review requested: [Bug 106159] Cache SVG image dom & render trees instead of image buffers : [Attachment 187407] Remove the bitmap SVG image cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 8 21:21:55 PST 2013


Philip Rogers <pdr at google.com> has asked  for review:
Bug 106159: Cache SVG image dom & render trees instead of image buffers
https://bugs.webkit.org/show_bug.cgi?id=106159

Attachment 187407: Remove the bitmap SVG image cache
https://bugs.webkit.org/attachment.cgi?id=187407&action=review

------- Additional Comments from Philip Rogers <pdr at google.com>
Caching the SVG dom/tree at specific sizes turned out to not be the right
approach after all.

I'm attaching a first-pass at removing the bitmap SVG image cache entirely and
instead directly rendering SVG content. With this applied, we pass both the IE
Chalkboard demo and all our layout tests (except minor text aliasing).


More information about the webkit-reviews mailing list