2Dapi; hixie: add dashed lines and change how Path objects work to instead use external line and font styles and transformation objects (whatwg r7028)

2Dapi; hixie: add dashed lines and change how Path objects work to
instead use external line and font styles and transformation objects
(whatwg r7028)

http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.130&r2=1.131&f=h
http://html5.org/tools/web-apps-tracker?from=7027&to=7028

===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- Overview.html 13 Mar 2012 22:46:38 -0000 1.130
+++ Overview.html 19 Mar 2012 22:29:43 -0000 1.131
@@ -357,9 +357,9 @@
 
    <h1>HTML Canvas 2D Context</h1>
    <h2 class="no-num no-toc" id="generatedID"></h2>
-   <h2 class="no-num no-toc" id="w3c-working-draft-15-march-2012">W3C Working Draft 15 March 2012</h2>
+   <h2 class="no-num no-toc" id="w3c-working-draft-20-march-2012">W3C Working Draft 20 March 2012</h2>
    <dl><dt>This Version:</dt>
-    <dd><a href="http://www.w3.org/TR/2012/WD-2dcontext-20120315/">http://www.w3.org/TR/2012/WD-2dcontext-20120315/</a></dd>
+    <dd><a href="http://www.w3.org/TR/2012/WD-2dcontext-20120320/">http://www.w3.org/TR/2012/WD-2dcontext-20120320/</a></dd>
     <dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/2dcontext/">http://www.w3.org/TR/2dcontext/</a></dd>
     <dt>Latest Editor's Draft:</dt>
[...1599 lines suppressed...]
   <p>When a shape or image is painted, user agents must follow these
   steps, in the order given (or act as if they do):</p>
@@ -3837,7 +4123,7 @@
   </ol></div>
 
 
-  <h2 id="best-practices"><span class="secno">17 </span>Best practices</h2>
+  <h2 id="best-practices"><span class="secno">18 </span>Best practices</h2>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -3899,7 +4185,7 @@
   attribute.</p>
 
 
-  <h2 id="examples"><span class="secno">18 </span>Examples</h2>
+  <h2 id="examples"><span class="secno">19 </span>Examples</h2>
 
   <p><i>This section is non-normative.</i></p>

Received on Monday, 19 March 2012 22:29:53 UTC