- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 13 Jun 2008 01:40:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21632
Modified Files:
Overview.html
Log Message:
Define behaviour for arcTo() with r=0. (whatwg r1757)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.946
retrieving revision 1.947
diff -u -d -r1.946 -r1.947
--- Overview.html 13 Jun 2008 01:38:44 -0000 1.946
+++ Overview.html 13 Jun 2008 01:40:20 -0000 1.947
@@ -19520,10 +19520,11 @@
<p>If the point (<var title="">x0</var>, <var title="">y0</var>) is equal
to the point (<var title="">x1</var>, <var title="">y1</var>), or if the
point (<var title="">x1</var>, <var title="">y1</var>) is equal to the
- point (<var title="">x2</var>, <var title="">y2</var>), then the method
- must add the point (<var title="">x1</var>, <var title="">y1</var>) to the
- subpath, and connect that point to the previous point (<var
- title="">x0</var>, <var title="">y0</var>) by a straight line.
+ point (<var title="">x2</var>, <var title="">y2</var>), or if the radius
+ <var title="">radius</var> is zero, then the method must add the point
+ (<var title="">x1</var>, <var title="">y1</var>) to the subpath, and
+ connect that point to the previous point (<var title="">x0</var>, <var
+ title="">y0</var>) by a straight line.
<p>Otherwise, if the points (<var title="">x0</var>, <var
title="">y0</var>), (<var title="">x1</var>, <var title="">y1</var>), and
@@ -19532,7 +19533,7 @@
title="">y0</var>) to (<var title="">x1</var>, <var title="">y1</var>) is
the same as the direction from (<var title="">x1</var>, <var
title="">y1</var>) to (<var title="">x2</var>, <var title="">y2</var>),
- then method must add the point (<var title="">x1</var>, <var
+ then the method must add the point (<var title="">x1</var>, <var
title="">y1</var>) to the subpath, and connect that point to the previous
point (<var title="">x0</var>, <var title="">y0</var>) by a straight line;
otherwise, the direction from (<var title="">x0</var>, <var
Received on Friday, 13 June 2008 01:40:57 UTC