HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/7107

SVNBugCommentTime (UTC)
7107[Gecko] [Internet Explorer] [Opera] [Webkit] The drawing state should include the new stuff.2012-05-29 22:57
Index: source
===================================================================
--- source	(revision 7106)
+++ source	(revision 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,

|