[html5] r797 - /
whatwg at whatwg.org
whatwg at whatwg.org
Wed May 9 15:59:26 PDT 2007
Author: ianh
Date: 2007-05-09 15:59:24 -0700 (Wed, 09 May 2007)
New Revision: 797
Modified:
index
source
Log:
[] (0) Make a note of a feature request for canvas patterns
Modified: index
===================================================================
--- index 2007-05-08 20:12:08 UTC (rev 796)
+++ index 2007-05-09 22:59:24 UTC (rev 797)
@@ -22,7 +22,7 @@
<h1 id=web-applications>Web Applications 1.0</h1>
- <h2 class="no-num no-toc" id=working>Working Draft — 8 May 2007</h2>
+ <h2 class="no-num no-toc" id=working>Working Draft — 9 May 2007</h2>
<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -16057,7 +16057,13 @@
<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.
+ null.</p>
+ <!--
+ Requests for v3 features:
+ * apply transforms to patterns, so you don't have to create
+ transformed patterns manually by rendering them to an off-screen
+ canvas then using that canvas as the pattern.
+ -->
<h6 id=line-styles><span class=secno>3.14.11.1.5. </span>Line styles</h6>
Modified: source
===================================================================
--- source 2007-05-08 20:12:08 UTC (rev 796)
+++ source 2007-05-09 22:59:24 UTC (rev 797)
@@ -13725,7 +13725,14 @@
title="dom-context-2d-createPattern">createPattern()</code> must
return null.</p>
+ <!--
+ Requests for v3 features:
+ * apply transforms to patterns, so you don't have to create
+ transformed patterns manually by rendering them to an off-screen
+ canvas then using that canvas as the pattern.
+ -->
+
<h6>Line styles</h6>
<p>The <dfn
More information about the Commit-Watchers
mailing list