- From: poot <cvsmail@w3.org>
- Date: Tue, 5 Aug 2008 19:38:20 +0900 (JST)
- To: public-html-diffs@w3.org
Define isPointInPath() uses the non-zero winding number rule. (credit: pt) (whatwg r2005) 4.7.11.1.9. Text http://people.w3.org/mike/diffs/html5/spec/Overview.1.1194.html#text isPointInPath(x, y) http://people.w3.org/mike/diffs/html5/spec/Overview.1.1194.html#ispointinpath http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1193&r2=1.1194&f=h http://html5.org/tools/web-apps-tracker?from=2004&to=2005 =================================================================== 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:38:57 UTC