- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Jul 2008 19:48:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv20459
Modified Files:
ChangeLog Overview.src.html
Log Message:
1.946 Clarify arc() for arcs greater than 2pi. (whatwg r1756)
Index: ChangeLog
===================================================================
RCS file: /sources/public/html5/pubnotes/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- ChangeLog 9 Jul 2008 10:25:21 -0000 1.30
+++ ChangeLog 9 Jul 2008 19:48:48 -0000 1.31
@@ -1,3 +1,39 @@
+2008-07-10 04:20 mike
+
+ * Overview.html (1.309), Overview.src.html (1.295): 1.947 Define
+ behaviour for arcTo() with r=0. (whatwg r1757)
+
+2008-07-10 03:43 mike
+
+ * Overview.html (1.308), Overview.src.html (1.294): 1.950 Make the
+ spec more consistent about Infinity and NaN values throwing
+ NOT_SUPPORTED_ERR. (whatwg r1760)
+
+2008-07-10 03:22 mike
+
+ * Overview.html (1.307), Overview.src.html (1.293): 1.951 IEEE 754r
+ roundTiesToEven => convertToIntegerTiesToEven
+
+2008-07-09 22:15 mike
+
+ * Overview.html (1.306), Overview.src.html (1.292): 1.952 updates
+ to example of generation of ImageData object
+
+2008-07-09 21:30 mike
+
+ * Overview.html (1.305), Overview.src.html (1.291): 1.953 Make it
+ clear there are two putImageData() methods with different amounts
+ of arguments. (whatwg r1763)
+
+2008-07-09 20:46 mike
+
+ * Overview.html (1.304), Overview.src.html (1.290): 1.954 small
+ revision to arc() spec (whatwg r1764)
+
+2008-07-09 19:25 mike
+
+ * ChangeLog (1.30), VERSION (1.11): checkpointing
+
2008-07-09 18:33 mike
* Overview.html (1.303), Overview.src.html (1.289): 1.1039 Define
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -d -r1.295 -r1.296
--- Overview.src.html 9 Jul 2008 19:20:54 -0000 1.295
+++ Overview.src.html 9 Jul 2008 19:48:48 -0000 1.296
@@ -804,17 +804,29 @@
revised to specify both and <q>interpolation and
extrapolation</q>.</li>
<li>In the “Complex shapes (paths)” subsection,
- text specifying behavior of the
- <code class=method>arc()</code>
- method
- was revised (to bring it closer to actual
- implementation behavior), and text specifying
- the behavior of the
- <code class=method>arcTo()</code>
- method
- was revised to address the case where the value
- of the <var>radius</var> argument to that method
- is zero.</li>
+ the following changes were made:
+ <ul>
+ <li>Text specifying behavior of the
+ <code class=method>arc()</code>
+ method
+ was revised (to bring it closer to actual
+ implementation behavior), and the following
+ statement related to the
+ <code class=method>arc()</code>
+ method
+ was added: <q>If the absolute magnitude of the
+ difference between the startAngle and
+ endAngle angles is equal to or greater than
+ 2π, then the arc is the whole circumference
+ of this circle.</q></li>
+ <li>Text specifying behavior of the
+ <code class=method>arcTo()</code>
+ method
+ was revised to address the case where the value
+ of the <var>radius</var> argument to that method
+ is zero.</li>
+ </ul>
+ </li>
<li>In the “Pixel manipulation” subsection,
the following changes were made:
<ul>
Received on Wednesday, 9 July 2008 19:49:24 UTC