[html5] r8399 - [e] (0) Move stroking requirements into the stroking algorithm Fixing https://ww [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jan 15 15:17:50 PST 2014


Author: ianh
Date: 2014-01-15 15:17:49 -0800 (Wed, 15 Jan 2014)
New Revision: 8399

Modified:
   complete.html
   index
   source
Log:
[e] (0) Move stroking requirements into the stroking algorithm
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23917
Affected topics: Canvas

Modified: complete.html
===================================================================
--- complete.html	2014-01-15 22:47:34 UTC (rev 8398)
+++ complete.html	2014-01-15 23:17:49 UTC (rev 8399)
@@ -54981,6 +54981,8 @@
 
    <!-- PATH SANITIZATION -->
 
+   <li><p>Prune all zero-length <a href=#line-segments>line segments</a> from <var title="">path</var>.</li>
+
    <li><p>Remove from <var title="">path</var> any subpaths containing no lines (i.e. subpaths with
    just one point).</li>
 
@@ -57529,10 +57531,6 @@
   operators</a>. (The effect of transformations is described above and varies based on which path
   is being used.)</p>
 
-<!--CLEANUP-->
-  <p>Zero-length <a href=#line-segments>line segments</a> must be pruned before stroking a path. Subpaths with just one point
-  must be ignored.</p>
-
   <hr><p id=dom-context-2d-drawosfocusring>The <dfn id=dom-context-2d-drawsystemfocusring title=dom-context-2d-drawSystemFocusRing><code>drawSystemFocusRing(<var title="">element</var>)</code></dfn> method, when invoked, must run the following steps:</p>
 
   <ol><li><p>If <var title="">element</var> is not focused or is not a descendant of the element with

Modified: index
===================================================================
--- index	2014-01-15 22:47:34 UTC (rev 8398)
+++ index	2014-01-15 23:17:49 UTC (rev 8399)
@@ -54981,6 +54981,8 @@
 
    <!-- PATH SANITIZATION -->
 
+   <li><p>Prune all zero-length <a href=#line-segments>line segments</a> from <var title="">path</var>.</li>
+
    <li><p>Remove from <var title="">path</var> any subpaths containing no lines (i.e. subpaths with
    just one point).</li>
 
@@ -57529,10 +57531,6 @@
   operators</a>. (The effect of transformations is described above and varies based on which path
   is being used.)</p>
 
-<!--CLEANUP-->
-  <p>Zero-length <a href=#line-segments>line segments</a> must be pruned before stroking a path. Subpaths with just one point
-  must be ignored.</p>
-
   <hr><p id=dom-context-2d-drawosfocusring>The <dfn id=dom-context-2d-drawsystemfocusring title=dom-context-2d-drawSystemFocusRing><code>drawSystemFocusRing(<var title="">element</var>)</code></dfn> method, when invoked, must run the following steps:</p>
 
   <ol><li><p>If <var title="">element</var> is not focused or is not a descendant of the element with

Modified: source
===================================================================
--- source	2014-01-15 22:47:34 UTC (rev 8398)
+++ source	2014-01-15 23:17:49 UTC (rev 8399)
@@ -60934,6 +60934,8 @@
 
    <!-- PATH SANITIZATION -->
 
+   <li><p>Prune all zero-length <span>line segments</span> from <var data-x="">path</var>.</p></li>
+
    <li><p>Remove from <var data-x="">path</var> any subpaths containing no lines (i.e. subpaths with
    just one point).</p></li>
 
@@ -63943,10 +63945,6 @@
   operators</span>. (The effect of transformations is described above and varies based on which path
   is being used.)</p>
 
-<!--CLEANUP-->
-  <p>Zero-length <span>line segments</span> must be pruned before stroking a path. Subpaths with just one point
-  must be ignored.</p>
-
   <hr>
 
   <p id="dom-context-2d-drawosfocusring">The <dfn




More information about the Commit-Watchers mailing list