[html5] r7383 - [e] (0) Note a feature request. Affected topics: Canvas

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 20 15:38:18 PDT 2012


Author: ianh
Date: 2012-09-20 15:38:16 -0700 (Thu, 20 Sep 2012)
New Revision: 7383

Modified:
   complete.html
   index
   source
Log:
[e] (0) Note a feature request.
Affected topics: Canvas

Modified: complete.html
===================================================================
--- complete.html	2012-09-20 06:22:31 UTC (rev 7382)
+++ complete.html	2012-09-20 22:38:16 UTC (rev 7383)
@@ -36727,7 +36727,7 @@
 
   <h5 id=2dcontext><span class=secno>4.8.11.1 </span>The 2D context</h5>
 
-  <!-- v2: we're on v5. suggestions for subsequent versions are marked v6, v7. -->
+  <!-- v2: we're on v5. suggestions for subsequent versions are marked v6, v7, v8. -->
 
   
 
@@ -36799,7 +36799,10 @@
   <a href=#canvasgradient>CanvasGradient</a> <a href=#dom-context-2d-createlineargradient title=dom-context-2d-createLinearGradient>createLinearGradient</a>(unrestricted double x0, unrestricted double y0, unrestricted double x1, unrestricted double y1);
   <a href=#canvasgradient>CanvasGradient</a> <a href=#dom-context-2d-createradialgradient title=dom-context-2d-createRadialGradient>createRadialGradient</a>(unrestricted double x0, unrestricted double y0, unrestricted double r0, unrestricted double x1, unrestricted double y1, unrestricted double r1);
   <a href=#canvaspattern>CanvasPattern</a> <a href=#dom-context-2d-createpattern title=dom-context-2d-createPattern>createPattern</a>((<a href=#htmlimageelement>HTMLImageElement</a> or <a href=#htmlcanvaselement>HTMLCanvasElement</a> or <a href=#htmlvideoelement>HTMLVideoElement</a>) image, DOMString repetition);
-
+<!--
+  // v8 we received one request from Ralf Richard G&oml;bel for a new kind of pattern: a hatch.
+  // basically it would be a series of dash styles, angles, line widths, and offsets
+-->
   // shadows
            attribute unrestricted double <a href=#dom-context-2d-shadowoffsetx title=dom-context-2d-shadowOffsetX>shadowOffsetX</a>; // (default 0)
            attribute unrestricted double <a href=#dom-context-2d-shadowoffsety title=dom-context-2d-shadowOffsetY>shadowOffsetY</a>; // (default 0)

Modified: index
===================================================================
--- index	2012-09-20 06:22:31 UTC (rev 7382)
+++ index	2012-09-20 22:38:16 UTC (rev 7383)
@@ -36727,7 +36727,7 @@
 
   <h5 id=2dcontext><span class=secno>4.8.11.1 </span>The 2D context</h5>
 
-  <!-- v2: we're on v5. suggestions for subsequent versions are marked v6, v7. -->
+  <!-- v2: we're on v5. suggestions for subsequent versions are marked v6, v7, v8. -->
 
   
 
@@ -36799,7 +36799,10 @@
   <a href=#canvasgradient>CanvasGradient</a> <a href=#dom-context-2d-createlineargradient title=dom-context-2d-createLinearGradient>createLinearGradient</a>(unrestricted double x0, unrestricted double y0, unrestricted double x1, unrestricted double y1);
   <a href=#canvasgradient>CanvasGradient</a> <a href=#dom-context-2d-createradialgradient title=dom-context-2d-createRadialGradient>createRadialGradient</a>(unrestricted double x0, unrestricted double y0, unrestricted double r0, unrestricted double x1, unrestricted double y1, unrestricted double r1);
   <a href=#canvaspattern>CanvasPattern</a> <a href=#dom-context-2d-createpattern title=dom-context-2d-createPattern>createPattern</a>((<a href=#htmlimageelement>HTMLImageElement</a> or <a href=#htmlcanvaselement>HTMLCanvasElement</a> or <a href=#htmlvideoelement>HTMLVideoElement</a>) image, DOMString repetition);
-
+<!--
+  // v8 we received one request from Ralf Richard G&oml;bel for a new kind of pattern: a hatch.
+  // basically it would be a series of dash styles, angles, line widths, and offsets
+-->
   // shadows
            attribute unrestricted double <a href=#dom-context-2d-shadowoffsetx title=dom-context-2d-shadowOffsetX>shadowOffsetX</a>; // (default 0)
            attribute unrestricted double <a href=#dom-context-2d-shadowoffsety title=dom-context-2d-shadowOffsetY>shadowOffsetY</a>; // (default 0)

Modified: source
===================================================================
--- source	2012-09-20 06:22:31 UTC (rev 7382)
+++ source	2012-09-20 22:38:16 UTC (rev 7383)
@@ -42770,7 +42770,7 @@
 
   <h5 id="2dcontext">The 2D context</h5>
 
-  <!-- v2: we're on v5. suggestions for subsequent versions are marked v6, v7. -->
+  <!-- v2: we're on v5. suggestions for subsequent versions are marked v6, v7, v8. -->
 
   <!--START 2dcontext-->
 
@@ -42847,7 +42847,10 @@
   <span>CanvasGradient</span> <span title="dom-context-2d-createLinearGradient">createLinearGradient</span>(unrestricted double x0, unrestricted double y0, unrestricted double x1, unrestricted double y1);
   <span>CanvasGradient</span> <span title="dom-context-2d-createRadialGradient">createRadialGradient</span>(unrestricted double x0, unrestricted double y0, unrestricted double r0, unrestricted double x1, unrestricted double y1, unrestricted double r1);
   <span>CanvasPattern</span> <span title="dom-context-2d-createPattern">createPattern</span>((<span>HTMLImageElement</span> or <span>HTMLCanvasElement</span> or <span>HTMLVideoElement</span>) image, DOMString repetition);
-
+<!--
+  // v8 we received one request from Ralf Richard G&oml;bel for a new kind of pattern: a hatch.
+  // basically it would be a series of dash styles, angles, line widths, and offsets
+-->
   // shadows
            attribute unrestricted double <span title="dom-context-2d-shadowOffsetX">shadowOffsetX</span>; // (default 0)
            attribute unrestricted double <span title="dom-context-2d-shadowOffsetY">shadowOffsetY</span>; // (default 0)




More information about the Commit-Watchers mailing list