- From: poot <cvsmail@w3.org>
- Date: Tue, 5 Aug 2008 20:00:30 +0900 (JST)
- To: public-html-diffs@w3.org
Make support for patterns required in the <canvas> API. (whatwg r2008)
createPattern(image, repetition)
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1196.html#createpattern
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1195&r2=1.1196&f=h
http://html5.org/tools/web-apps-tracker?from=2007&to=2008
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1195
retrieving revision 1.1196
diff -u -d -r1.1195 -r1.1196
--- Overview.html 5 Aug 2008 10:28:45 -0000 1.1195
+++ Overview.html 5 Aug 2008 10:57:43 -0000 1.1196
@@ -21619,10 +21619,6 @@
the animation, or the first frame of the animation if there is no poster
frame, must be used.</p>
<!-- drawImage() has an equivalent paragraph -->
-
- <p>Support for patterns is optional. If the user agent doesn't support
- patterns, then <code title=dom-context-2d-createPattern><a
- href="#createpattern">createPattern()</a></code> must return null.</p>
<!--
XXXv4 Requests for v4 features:
* apply transforms to patterns, so you don't have to create
Received on Tuesday, 5 August 2008 11:01:07 UTC