RESOLVED FIXED 50465
The chunked update drawing area is flipped twice when drawing
https://bugs.webkit.org/show_bug.cgi?id=50465
Summary The chunked update drawing area is flipped twice when drawing
Anders Carlsson
Reported Friday, December 3, 2010 7:04:21 PM UTC
The chunked update drawing area is flipped twice when drawing
Attachments
Patch (2.83 KB, patch)
2010-12-03 11:06 PST, Anders Carlsson
mitz: review+
Anders Carlsson
Comment 1 Friday, December 3, 2010 7:06:02 PM UTC
Anders Carlsson
Comment 2 Friday, December 3, 2010 7:06:36 PM UTC
mitz
Comment 3 Friday, December 3, 2010 7:09:40 PM UTC
Comment on attachment 75514 [details] Patch I think you can save on a bunch of function calls here. Roll the translation into the origin of the parameter you pass to CGContextDrawImage, and instead of saving and restoring gstate, just apply the scale again.
Anders Carlsson
Comment 4 Friday, December 3, 2010 7:12:36 PM UTC
Note You need to log in before you can comment on or make changes to this bug.