Bug 33629

Summary: Fix shadow drawing to do the correct computations using the base coordinate space
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
Attachments:
Description Flags
Step 1: Rename patch
none
Patch mitz: review+

Simon Fraser (smfr)
Reported 2010-01-13 15:45:07 PST
In Core Graphics, shadow offsets should be specified in the base coordinate system (which is the coordinate system of a newly created CGContext before any user space transforms have been applied). We need to do the right math to fix shadow drawing accordingly.
Attachments
Step 1: Rename patch (3.65 KB, patch)
2010-01-13 15:58 PST, Simon Fraser (smfr)
no flags
Patch (54.78 KB, patch)
2010-01-13 18:07 PST, Simon Fraser (smfr)
mitz: review+
Simon Fraser (smfr)
Comment 1 2010-01-13 15:45:38 PST
Simon Fraser (smfr)
Comment 2 2010-01-13 15:58:39 PST
Created attachment 46516 [details] Step 1: Rename patch
Simon Fraser (smfr)
Comment 3 2010-01-13 18:07:25 PST
Simon Fraser (smfr)
Comment 4 2010-01-13 18:08:24 PST
First patch was committed in http://trac.webkit.org/changeset/53211
Simon Fraser (smfr)
Comment 5 2010-01-13 20:44:46 PST
Note You need to log in before you can comment on or make changes to this bug.