Bug 61367 - fix x and y offsets in drawPattern
Summary: fix x and y offsets in drawPattern
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-24 09:02 PDT by Robin Dunn
Modified: 2011-05-24 10:46 PDT (History)
1 user (show)

See Also:


Attachments
drawPattern patch (3.44 KB, patch)
2011-05-24 09:02 PDT, Robin Dunn
kevino: review+
kevino: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Dunn 2011-05-24 09:02:18 PDT
Created attachment 94621 [details]
drawPattern patch

Make sure x and y adjustments are applied to all operations, and fix the calculations for the height and width checks to take into account x and y offsets.
Comment 1 Kevin Ollivier 2011-05-24 10:46:11 PDT
Landed in r87169, thanks!