Bug 110549

Summary: Remove deep-copy of ImageBuffer in drawing tiled SVG backgrounds
Product: WebKit Reporter: Philip Rogers <pdr>
Component: SVGAssignee: Philip Rogers <pdr>
Status: RESOLVED FIXED    
Severity: Normal CC: d-r, fmalita, schenney, webkit.review.bot, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Remove deep copy of ImageBuffer in tiled SVG backgrounds none

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.