Bug 50465

Summary: The chunked update drawing area is flipped twice when drawing
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

Anders Carlsson
Reported 2010-12-03 11:04:21 PST
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 2010-12-03 11:06:02 PST
Anders Carlsson
Comment 2 2010-12-03 11:06:36 PST
mitz
Comment 3 2010-12-03 11:09:40 PST
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 2010-12-03 11:12:36 PST
Note You need to log in before you can comment on or make changes to this bug.