[html5] r2008 - [] (0) Make support for patterns required in the <canvas> API.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 5 03:57:40 PDT 2008
Author: ianh
Date: 2008-08-05 03:57:39 -0700 (Tue, 05 Aug 2008)
New Revision: 2008
Modified:
index
source
Log:
[] (0) Make support for patterns required in the <canvas> API.
Modified: index
===================================================================
--- index 2008-08-05 10:48:58 UTC (rev 2007)
+++ index 2008-08-05 10:57:39 UTC (rev 2008)
@@ -21597,10 +21597,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
Modified: source
===================================================================
--- source 2008-08-05 10:48:58 UTC (rev 2007)
+++ source 2008-08-05 10:57:39 UTC (rev 2008)
@@ -18790,11 +18790,6 @@
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">createPattern()</code> must
- return null.</p>
-
<!--
XXXv4 Requests for v4 features:
* apply transforms to patterns, so you don't have to create
More information about the Commit-Watchers
mailing list