[html5] r7107 - [giow] (0) The drawing state should include the new stuff. Affected topics: Canv [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue May 29 15:57:59 PDT 2012


Author: ianh
Date: 2012-05-29 15:57:58 -0700 (Tue, 29 May 2012)
New Revision: 7107

Modified:
   complete.html
   index
   source
Log:
[giow] (0) The drawing state should include the new stuff.
Affected topics: Canvas, HTML

Modified: complete.html
===================================================================
--- complete.html	2012-05-29 21:39:02 UTC (rev 7106)
+++ complete.html	2012-05-29 22:57:58 UTC (rev 7107)
@@ -35645,7 +35645,8 @@
 
   <ul class=brief><li>The current <a href=#transformations title=dom-context-2d-transformation>transformation matrix</a>.</li>
    <li>The current <a href=#clipping-region>clipping region</a>.</li>
-   <li>The current values of the following attributes: <code title=dom-context-2d-strokeStyle><a href=#dom-context-2d-strokestyle>strokeStyle</a></code>, <code title=dom-context-2d-fillStyle><a href=#dom-context-2d-fillstyle>fillStyle</a></code>, <code title=dom-context-2d-globalAlpha><a href=#dom-context-2d-globalalpha>globalAlpha</a></code>, <code title=dom-context-2d-lineWidth><a href=#dom-context-2d-linewidth>lineWidth</a></code>, <code title=dom-context-2d-lineCap><a href=#dom-context-2d-linecap>lineCap</a></code>, <code title=dom-context-2d-lineJoin><a href=#dom-context-2d-linejoin>lineJoin</a></code>, <code title=dom-context-2d-miterLimit><a href=#dom-context-2d-miterlimit>miterLimit</a></code>, <code title=dom-context-2d-shadowOffsetX><a href=#dom-context-2d-shadowoffsetx>shadowOffsetX</a></code>, <code title=dom-context-2d-shadowOffsetY><a href=#dom-context-2d-shadowoffsety>shadowOffsetY</a></code>, <code title=dom-context-2d-shadowBlur><a href=#dom-context-2d-shado
 wblur>shadowBlur</a></code>, <code title=dom-context-2d-shadowColor><a href=#dom-context-2d-shadowcolor>shadowColor</a></code>, <code title=dom-context-2d-globalCompositeOperation><a href=#dom-context-2d-globalcompositeoperation>globalCompositeOperation</a></code>, <code title=dom-context-2d-font><a href=#dom-context-2d-font>font</a></code>, <code title=dom-context-2d-textAlign><a href=#dom-context-2d-textalign>textAlign</a></code>, <code title=dom-context-2d-textBaseline><a href=#dom-context-2d-textbaseline>textBaseline</a></code>.</li>
+   <li>The current values of the following attributes: <code title=dom-context-2d-strokeStyle><a href=#dom-context-2d-strokestyle>strokeStyle</a></code>, <code title=dom-context-2d-fillStyle><a href=#dom-context-2d-fillstyle>fillStyle</a></code>, <code title=dom-context-2d-globalAlpha><a href=#dom-context-2d-globalalpha>globalAlpha</a></code>, <code title=dom-context-2d-lineWidth><a href=#dom-context-2d-linewidth>lineWidth</a></code>, <code title=dom-context-2d-lineCap><a href=#dom-context-2d-linecap>lineCap</a></code>, <code title=dom-context-2d-lineJoin><a href=#dom-context-2d-linejoin>lineJoin</a></code>, <code title=dom-context-2d-miterLimit><a href=#dom-context-2d-miterlimit>miterLimit</a></code>, <code title=dom-context-2d-lineDashOffset><a href=#dom-context-2d-linedashoffset>lineDashOffset</a></code>, <code title=dom-context-2d-shadowOffsetX><a href=#dom-context-2d-shadowoffsetx>shadowOffsetX</a></code>, <code title=dom-context-2d-shadowOffsetY><a href=#dom-context-2d
 -shadowoffsety>shadowOffsetY</a></code>, <code title=dom-context-2d-shadowBlur><a href=#dom-context-2d-shadowblur>shadowBlur</a></code>, <code title=dom-context-2d-shadowColor><a href=#dom-context-2d-shadowcolor>shadowColor</a></code>, <code title=dom-context-2d-globalCompositeOperation><a href=#dom-context-2d-globalcompositeoperation>globalCompositeOperation</a></code>, <code title=dom-context-2d-font><a href=#dom-context-2d-font>font</a></code>, <code title=dom-context-2d-textAlign><a href=#dom-context-2d-textalign>textAlign</a></code>, <code title=dom-context-2d-textBaseline><a href=#dom-context-2d-textbaseline>textBaseline</a></code>, <code title=dom-context-2d-imageSmoothingEnabled><a href=#dom-context-2d-imagesmoothingenabled>imageSmoothingEnabled</a></code>.</li>
+   <li>The current <a href=#dash-list>dash list</a>.</li>
   </ul><p class=note>The <a href=#current-default-path>current default path</a> and the
   current bitmap are not part of the drawing state. The <a href=#current-default-path>current
   default path</a> is persistent, and can only be reset using the
@@ -35893,8 +35894,8 @@
 
   <hr><p>Each <code><a href=#canvasdrawingstyles>CanvasDrawingStyles</a></code> object has a <dfn id=dash-list>dash
   list</dfn>, which is either empty or consists of an even number of
-  positive non-zero numbers. Initially, the <a href=#dash-list>dash list</a>
-  must be empty.</p>
+  non-negative numbers. Initially, the <a href=#dash-list>dash list</a> must be
+  empty.</p>
 
   <p>When the <dfn id=dom-context-2d-setlinedash title=dom-context-2d-setLineDash><code>setLineDash()</code></dfn>
   method is invoked, it must run the following steps:</p>
@@ -102898,6 +102899,7 @@
   Stefan Weiss,
   Steffen Meschkat,
   Stephen Ma,
+  Stephen White,
   Steve Faulkner,
   Steve Runyon,
   Steven Bennett,

Modified: index
===================================================================
--- index	2012-05-29 21:39:02 UTC (rev 7106)
+++ index	2012-05-29 22:57:58 UTC (rev 7107)
@@ -35645,7 +35645,8 @@
 
   <ul class=brief><li>The current <a href=#transformations title=dom-context-2d-transformation>transformation matrix</a>.</li>
    <li>The current <a href=#clipping-region>clipping region</a>.</li>
-   <li>The current values of the following attributes: <code title=dom-context-2d-strokeStyle><a href=#dom-context-2d-strokestyle>strokeStyle</a></code>, <code title=dom-context-2d-fillStyle><a href=#dom-context-2d-fillstyle>fillStyle</a></code>, <code title=dom-context-2d-globalAlpha><a href=#dom-context-2d-globalalpha>globalAlpha</a></code>, <code title=dom-context-2d-lineWidth><a href=#dom-context-2d-linewidth>lineWidth</a></code>, <code title=dom-context-2d-lineCap><a href=#dom-context-2d-linecap>lineCap</a></code>, <code title=dom-context-2d-lineJoin><a href=#dom-context-2d-linejoin>lineJoin</a></code>, <code title=dom-context-2d-miterLimit><a href=#dom-context-2d-miterlimit>miterLimit</a></code>, <code title=dom-context-2d-shadowOffsetX><a href=#dom-context-2d-shadowoffsetx>shadowOffsetX</a></code>, <code title=dom-context-2d-shadowOffsetY><a href=#dom-context-2d-shadowoffsety>shadowOffsetY</a></code>, <code title=dom-context-2d-shadowBlur><a href=#dom-context-2d-shado
 wblur>shadowBlur</a></code>, <code title=dom-context-2d-shadowColor><a href=#dom-context-2d-shadowcolor>shadowColor</a></code>, <code title=dom-context-2d-globalCompositeOperation><a href=#dom-context-2d-globalcompositeoperation>globalCompositeOperation</a></code>, <code title=dom-context-2d-font><a href=#dom-context-2d-font>font</a></code>, <code title=dom-context-2d-textAlign><a href=#dom-context-2d-textalign>textAlign</a></code>, <code title=dom-context-2d-textBaseline><a href=#dom-context-2d-textbaseline>textBaseline</a></code>.</li>
+   <li>The current values of the following attributes: <code title=dom-context-2d-strokeStyle><a href=#dom-context-2d-strokestyle>strokeStyle</a></code>, <code title=dom-context-2d-fillStyle><a href=#dom-context-2d-fillstyle>fillStyle</a></code>, <code title=dom-context-2d-globalAlpha><a href=#dom-context-2d-globalalpha>globalAlpha</a></code>, <code title=dom-context-2d-lineWidth><a href=#dom-context-2d-linewidth>lineWidth</a></code>, <code title=dom-context-2d-lineCap><a href=#dom-context-2d-linecap>lineCap</a></code>, <code title=dom-context-2d-lineJoin><a href=#dom-context-2d-linejoin>lineJoin</a></code>, <code title=dom-context-2d-miterLimit><a href=#dom-context-2d-miterlimit>miterLimit</a></code>, <code title=dom-context-2d-lineDashOffset><a href=#dom-context-2d-linedashoffset>lineDashOffset</a></code>, <code title=dom-context-2d-shadowOffsetX><a href=#dom-context-2d-shadowoffsetx>shadowOffsetX</a></code>, <code title=dom-context-2d-shadowOffsetY><a href=#dom-context-2d
 -shadowoffsety>shadowOffsetY</a></code>, <code title=dom-context-2d-shadowBlur><a href=#dom-context-2d-shadowblur>shadowBlur</a></code>, <code title=dom-context-2d-shadowColor><a href=#dom-context-2d-shadowcolor>shadowColor</a></code>, <code title=dom-context-2d-globalCompositeOperation><a href=#dom-context-2d-globalcompositeoperation>globalCompositeOperation</a></code>, <code title=dom-context-2d-font><a href=#dom-context-2d-font>font</a></code>, <code title=dom-context-2d-textAlign><a href=#dom-context-2d-textalign>textAlign</a></code>, <code title=dom-context-2d-textBaseline><a href=#dom-context-2d-textbaseline>textBaseline</a></code>, <code title=dom-context-2d-imageSmoothingEnabled><a href=#dom-context-2d-imagesmoothingenabled>imageSmoothingEnabled</a></code>.</li>
+   <li>The current <a href=#dash-list>dash list</a>.</li>
   </ul><p class=note>The <a href=#current-default-path>current default path</a> and the
   current bitmap are not part of the drawing state. The <a href=#current-default-path>current
   default path</a> is persistent, and can only be reset using the
@@ -35893,8 +35894,8 @@
 
   <hr><p>Each <code><a href=#canvasdrawingstyles>CanvasDrawingStyles</a></code> object has a <dfn id=dash-list>dash
   list</dfn>, which is either empty or consists of an even number of
-  positive non-zero numbers. Initially, the <a href=#dash-list>dash list</a>
-  must be empty.</p>
+  non-negative numbers. Initially, the <a href=#dash-list>dash list</a> must be
+  empty.</p>
 
   <p>When the <dfn id=dom-context-2d-setlinedash title=dom-context-2d-setLineDash><code>setLineDash()</code></dfn>
   method is invoked, it must run the following steps:</p>
@@ -102898,6 +102899,7 @@
   Stefan Weiss,
   Steffen Meschkat,
   Stephen Ma,
+  Stephen White,
   Steve Faulkner,
   Steve Runyon,
   Steven Bennett,

Modified: source
===================================================================
--- source	2012-05-29 21:39:02 UTC (rev 7106)
+++ source	2012-05-29 22:57:58 UTC (rev 7107)
@@ -41515,6 +41515,7 @@
    title="dom-context-2d-lineCap">lineCap</code>, <code
    title="dom-context-2d-lineJoin">lineJoin</code>, <code
    title="dom-context-2d-miterLimit">miterLimit</code>, <code
+   title="dom-context-2d-lineDashOffset">lineDashOffset</code>, <code
    title="dom-context-2d-shadowOffsetX">shadowOffsetX</code>, <code
    title="dom-context-2d-shadowOffsetY">shadowOffsetY</code>, <code
    title="dom-context-2d-shadowBlur">shadowBlur</code>, <code
@@ -41522,7 +41523,9 @@
    title="dom-context-2d-globalCompositeOperation">globalCompositeOperation</code>, <code
    title="dom-context-2d-font">font</code>, <code
    title="dom-context-2d-textAlign">textAlign</code>, <code
-   title="dom-context-2d-textBaseline">textBaseline</code>.</li>
+   title="dom-context-2d-textBaseline">textBaseline</code>, <code
+   title="dom-context-2d-imageSmoothingEnabled">imageSmoothingEnabled</code>.</li>
+   <li>The current <span>dash list</span>.</li>
   </ul>
 
   <p class="note">The <span>current default path</span> and the
@@ -41802,8 +41805,8 @@
 
   <p>Each <code>CanvasDrawingStyles</code> object has a <dfn>dash
   list</dfn>, which is either empty or consists of an even number of
-  positive non-zero numbers. Initially, the <span>dash list</span>
-  must be empty.</p>
+  non-negative numbers. Initially, the <span>dash list</span> must be
+  empty.</p>
 
   <p>When the <dfn
   title="dom-context-2d-setLineDash"><code>setLineDash()</code></dfn>
@@ -120669,6 +120672,7 @@
   Stefan Weiss,
   Steffen Meschkat,
   Stephen Ma,
+  Stephen White,
   Steve Faulkner,
   Steve Runyon,
   Steven Bennett,




More information about the Commit-Watchers mailing list