Bug 7830

Summary: <canvas> createPattern 'repeat' options fail
Product: WebKit Reporter: David Carson <dacarson>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: https://bugzilla.mozilla.org/show_bug.cgi?id=329598
Attachments:
Description Flags
patch includes new test case darin: review+

Description David Carson 2006-03-17 10:18:22 PST
The createPattern() canvas function has a repeat option, ie 'repeat', 'repeat-y', 'repeat-x' and 'no-repeat'. Only 'repeat' works.
Comment 1 David Carson 2006-03-17 13:57:09 PST
Created attachment 7138 [details]
patch includes new test case
Comment 2 Darin Adler 2006-03-17 14:05:37 PST
Comment on attachment 7138 [details]
patch includes new test case

The test looks great, and the fix seems fine.

Someone should do some more research and file one or more bugs at http://bugreport.apple.com so we can find out more from the CoreGraphics team at Apple.