- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Aug 2010 23:58:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/2dcontext In directory hutz:/tmp/cvs-serv11920 Modified Files: Overview.html Log Message: remove bad description of arcTo() (whatwg r5344) Index: Overview.html =================================================================== RCS file: /sources/public/html5/2dcontext/Overview.html,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- Overview.html 24 Aug 2010 23:51:36 -0000 1.64 +++ Overview.html 24 Aug 2010 23:58:32 -0000 1.65 @@ -1696,10 +1696,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>
Received on Tuesday, 24 August 2010 23:58:36 UTC