Bug 7830 - <canvas> createPattern 'repeat' options fail
Summary: <canvas> createPattern 'repeat' options fail
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: https://bugzilla.mozilla.org/show_bug...
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-17 10:18 PST by David Carson
Modified: 2006-03-18 22:01 PST (History)
0 users

See Also:


Attachments
patch includes new test case (6.49 KB, patch)
2006-03-17 13:57 PST, David Carson
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.