Bug 61367

Summary: fix x and y offsets in drawPattern
Product: WebKit Reporter: Robin Dunn <robin>
Component: WebKit wxAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: kevino
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
drawPattern patch kevino: review+, kevino: commit-queue-

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!