RESOLVED FIXED 23504
CSS image clipping isn't honored in wxWebKit
https://bugs.webkit.org/show_bug.cgi?id=23504
Summary CSS image clipping isn't honored in wxWebKit
Kevin Watters
Reported 2009-01-23 07:28:55 PST
In ImageWx.cpp's BitmapImage::draw we do not clip images to the destination rectangle. This results in artifacts on pages that use the CSS sprite trick, among other problems.
Attachments
clip to destination rectangle in BitmapImage::draw (1.22 KB, patch)
2009-01-23 07:29 PST, Kevin Watters
kevino: review+
Kevin Watters
Comment 1 2009-01-23 07:29:40 PST
Created attachment 26970 [details] clip to destination rectangle in BitmapImage::draw
Kevin Ollivier
Comment 2 2009-01-23 16:23:39 PST
Landed in r40197, thanks!
Note You need to log in before you can comment on or make changes to this bug.