RESOLVED FIXED 110549
Remove deep-copy of ImageBuffer in drawing tiled SVG backgrounds
https://bugs.webkit.org/show_bug.cgi?id=110549
Summary Remove deep-copy of ImageBuffer in drawing tiled SVG backgrounds
Philip Rogers
Reported 2013-02-21 20:43:32 PST
We create a deep-copy of the temporary ImageBuffer used to stamp out tiled backgrounds. What a waste! http://trac.webkit.org/browser/trunk/Source/WebCore/svg/graphics/SVGImage.cpp?rev=143640#L161 Patch forthcoming.
Attachments
Remove deep copy of ImageBuffer in tiled SVG backgrounds (1.81 KB, patch)
2013-02-21 21:00 PST, Philip Rogers
no flags
Philip Rogers
Comment 1 2013-02-21 21:00:05 PST
Created attachment 189672 [details] Remove deep copy of ImageBuffer in tiled SVG backgrounds
WebKit Review Bot
Comment 2 2013-02-21 22:41:26 PST
Comment on attachment 189672 [details] Remove deep copy of ImageBuffer in tiled SVG backgrounds Clearing flags on attachment: 189672 Committed r143692: <http://trac.webkit.org/changeset/143692>
WebKit Review Bot
Comment 3 2013-02-21 22:41:29 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.