Bug 50283 - [GTK] fillRect shadow has incorrect behavior when using ctx.scale(x,y)
Summary: [GTK] fillRect shadow has incorrect behavior when using ctx.scale(x,y)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 50303
  Show dependency treegraph
 
Reported: 2010-11-30 15:30 PST by Martin Robinson
Modified: 2010-11-30 17:36 PST (History)
0 users

See Also:


Attachments
Patch for this issue (7.41 KB, patch)
2010-11-30 17:02 PST, Martin Robinson
xan.lopez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2010-11-30 15:30:01 PST
Shadow offsets should not be affected by canvas scale. This is a companion fix to https://bugs.webkit.org/show_bug.cgi?id=50141.
Comment 1 Martin Robinson 2010-11-30 17:02:39 PST
Created attachment 75231 [details]
Patch for this issue
Comment 2 Xan Lopez 2010-11-30 17:09:06 PST
Comment on attachment 75231 [details]
Patch for this issue

r=me
Comment 3 Martin Robinson 2010-11-30 17:36:33 PST
Committed r72987: <http://trac.webkit.org/changeset/72987>