[Webkit-unassigned] [Bug 24130] Paint very slow when horizontally resizing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 24 16:27:47 PST 2009


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





------- Comment #5 from mitz at webkit.org  2009-02-24 16:27 PDT -------
The problem seems to happen when Image::drawTiled() chooses to call
GeneratedImage::drawPattern() instead of GeneratedImage::draw(), namely when
the destination rect is not contained in the tile rect.
GeneratedImage::drawPattern() proceeds to allocate a potentially huge image
buffer, draw into it, create an image out of it (copying the data in the
process), and then use that image as a pattern.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list