- From: poot <cvsmail@w3.org>
- Date: Wed, 25 Aug 2010 09:04:18 +0900 (JST)
- To: public-html-diffs@w3.org
2Dapi; hixie: remove bad description of arcTo() (whatwg r5344) http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.64&r2=1.65&f=h http://html5.org/tools/web-apps-tracker?from=5343&to=5344 =================================================================== 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:59:14 UTC