[html5] r7886 - [e] (0) Be clearer about there not being 'empty' subpaths. Fixing https://www.w3 [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 3 12:56:22 PDT 2013
Author: ianh
Date: 2013-06-03 12:56:21 -0700 (Mon, 03 Jun 2013)
New Revision: 7886
Modified:
complete.html
index
source
Log:
[e] (0) Be clearer about there not being 'empty' subpaths.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21185
Affected topics: Canvas
Modified: complete.html
===================================================================
--- complete.html 2013-06-03 19:51:21 UTC (rev 7885)
+++ complete.html 2013-06-03 19:56:21 UTC (rev 7886)
@@ -34017,7 +34017,7 @@
traced.</li>
<li><p>Remove from <var title="">path</var> any subpaths containing
- no lines (i.e. empty subpaths with zero points, and subpaths with
+ no lines (i.e. subpaths with
just one point).</li>
<li><p>Replace each point in each subpath of <var title="">path</var> other than the first point and the last point
@@ -34691,7 +34691,7 @@
straight or curved lines, and a flag indicating whether the subpath
is closed or not. A closed subpath is one where the last point of
the subpath is connected to the first point of the subpath by a
- straight line. Subpaths with fewer than two points are ignored when
+ straight line. Subpaths with only one point are ignored when
painting the path.</p>
<p>When an object implementing the <code><a href=#canvaspathmethods>CanvasPathMethods</a></code>
@@ -36701,7 +36701,7 @@
and varies based on which path is being used.)</p>
<p>Zero-length line segments must be pruned before stroking a path.
- Empty subpaths must be ignored.</p>
+ 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>
Modified: index
===================================================================
--- index 2013-06-03 19:51:21 UTC (rev 7885)
+++ index 2013-06-03 19:56:21 UTC (rev 7886)
@@ -34017,7 +34017,7 @@
traced.</li>
<li><p>Remove from <var title="">path</var> any subpaths containing
- no lines (i.e. empty subpaths with zero points, and subpaths with
+ no lines (i.e. subpaths with
just one point).</li>
<li><p>Replace each point in each subpath of <var title="">path</var> other than the first point and the last point
@@ -34691,7 +34691,7 @@
straight or curved lines, and a flag indicating whether the subpath
is closed or not. A closed subpath is one where the last point of
the subpath is connected to the first point of the subpath by a
- straight line. Subpaths with fewer than two points are ignored when
+ straight line. Subpaths with only one point are ignored when
painting the path.</p>
<p>When an object implementing the <code><a href=#canvaspathmethods>CanvasPathMethods</a></code>
@@ -36701,7 +36701,7 @@
and varies based on which path is being used.)</p>
<p>Zero-length line segments must be pruned before stroking a path.
- Empty subpaths must be ignored.</p>
+ 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>
Modified: source
===================================================================
--- source 2013-06-03 19:51:21 UTC (rev 7885)
+++ source 2013-06-03 19:56:21 UTC (rev 7886)
@@ -36793,7 +36793,7 @@
traced.</p></li>
<li><p>Remove from <var title="">path</var> any subpaths containing
- no lines (i.e. empty subpaths with zero points, and subpaths with
+ no lines (i.e. subpaths with
just one point).</p></li>
<li><p>Replace each point in each subpath of <var
@@ -37594,7 +37594,7 @@
straight or curved lines, and a flag indicating whether the subpath
is closed or not. A closed subpath is one where the last point of
the subpath is connected to the first point of the subpath by a
- straight line. Subpaths with fewer than two points are ignored when
+ straight line. Subpaths with only one point are ignored when
painting the path.</p>
<p>When an object implementing the <code>CanvasPathMethods</code>
@@ -39981,7 +39981,7 @@
and varies based on which path is being used.)</p>
<p>Zero-length line segments must be pruned before stroking a path.
- Empty subpaths must be ignored.</p>
+ Subpaths with just one point must be ignored.</p>
<hr>
More information about the Commit-Watchers
mailing list