Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) remove bad description of arcTo()
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9740

git-svn-id: http://svn.whatwg.org/webapps@5344 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 24, 2010
1 parent 119e075 commit da64867
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
7 changes: 3 additions & 4 deletions complete.html
Expand Up @@ -31319,10 +31319,9 @@ <h6 id=complex-shapes-(paths)><span class=secno>4.8.11.1.8 </span>Complex shapes

<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>
Expand Down
7 changes: 3 additions & 4 deletions index
Expand Up @@ -31244,10 +31244,9 @@ hairline width with transform. ack Shaun Morris.

<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>
Expand Down
7 changes: 3 additions & 4 deletions source
Expand Up @@ -34396,10 +34396,9 @@ hairline width with transform. ack Shaun Morris.

<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>
Expand Down

0 comments on commit da64867

Please sign in to comment.