[html5] r5344 - [e] (0) remove bad description of arcTo() Fixing http://www.w3.org/Bugs/Public/s [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 24 16:58:29 PDT 2010
Author: ianh
Date: 2010-08-24 16:58:28 -0700 (Tue, 24 Aug 2010)
New Revision: 5344
Modified:
complete.html
index
source
Log:
[e] (0) remove bad description of arcTo()
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9740
Modified: complete.html
===================================================================
--- complete.html 2010-08-24 23:51:32 UTC (rev 5343)
+++ complete.html 2010-08-24 23:58:28 UTC (rev 5344)
@@ -31319,10 +31319,9 @@
<dd>
- <p>Adds a point to the current subpath, connected to the previous
- one by a straight line, then adds a second point to the current
- subpath, connected to the previous one by an arc whose properties
- are described by the arguments.</p>
+ <p>Adds an arc with the given control points and radius to the
+ current subpath, connected to the previous point by a straight
+ line.</p>
<p>Throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception if the given
radius is negative.</p>
Modified: index
===================================================================
--- index 2010-08-24 23:51:32 UTC (rev 5343)
+++ index 2010-08-24 23:58:28 UTC (rev 5344)
@@ -31244,10 +31244,9 @@
<dd>
- <p>Adds a point to the current subpath, connected to the previous
- one by a straight line, then adds a second point to the current
- subpath, connected to the previous one by an arc whose properties
- are described by the arguments.</p>
+ <p>Adds an arc with the given control points and radius to the
+ current subpath, connected to the previous point by a straight
+ line.</p>
<p>Throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception if the given
radius is negative.</p>
Modified: source
===================================================================
--- source 2010-08-24 23:51:32 UTC (rev 5343)
+++ source 2010-08-24 23:58:28 UTC (rev 5344)
@@ -34396,10 +34396,9 @@
<dd>
- <p>Adds a point to the current subpath, connected to the previous
- one by a straight line, then adds a second point to the current
- subpath, connected to the previous one by an arc whose properties
- are described by the arguments.</p>
+ <p>Adds an arc with the given control points and radius to the
+ current subpath, connected to the previous point by a straight
+ line.</p>
<p>Throws an <code>INDEX_SIZE_ERR</code> exception if the given
radius is negative.</p>
More information about the Commit-Watchers
mailing list