html5/spec Overview.html,1.1193,1.1194

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20799

Modified Files:
	Overview.html 
Log Message:
Define isPointInPath() uses the non-zero winding number rule. (credit: pt) (whatwg r2005)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1193
retrieving revision 1.1194
diff -u -d -r1.1193 -r1.1194
--- Overview.html	5 Aug 2008 09:57:10 -0000	1.1193
+++ Overview.html	5 Aug 2008 10:25:34 -0000	1.1194
@@ -22186,10 +22186,10 @@
    true if the point given by the <var title="">x</var> and <var
    title="">y</var> coordinates passed to the method, when treated as
    coordinates in the canvas coordinate space unaffected by the current
-   transformation, is inside the current path; and must return false
-   otherwise. Points on the path itself are considered to be inside the path.
-   If either of the arguments is infinite or NaN, then the method must return
-   false.
+   transformation, is inside the current path as determined by the non-zero
+   winding number rule; and must return false otherwise. Points on the path
+   itself are considered to be inside the path. If either of the arguments is
+   infinite or NaN, then the method must return false.
 
   <h6 id=text><span class=secno>4.7.11.1.9. </span>Text</h6>
   <!-- a v3 feature -->

Received on Tuesday, 5 August 2008 10:35:02 UTC