[html5] r795 - /

whatwg at whatwg.org whatwg at whatwg.org
Tue May 8 12:59:05 PDT 2007


Author: ianh
Date: 2007-05-08 12:59:03 -0700 (Tue, 08 May 2007)
New Revision: 795

Modified:
   index
   source
Log:
[e] (0) try to make isPointInPath() clearer

Modified: index
===================================================================
--- index	2007-05-03 18:09:03 UTC (rev 794)
+++ index	2007-05-08 19:59:03 UTC (rev 795)
@@ -22,7 +22,7 @@
 
    <h1 id=web-applications>Web Applications 1.0</h1>
 
-   <h2 class="no-num no-toc" id=working>Working Draft — 3 May 2007</h2>
+   <h2 class="no-num no-toc" id=working>Working Draft — 8 May 2007</h2>
 
    <p>You can take part in this work. <a
     href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -16417,8 +16417,8 @@
    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 within the area of the canvas that is inside the
-   current path; and must return false otherwise.
+   transformation, is within the area of the canvas that would be filled if
+   the current path was to be filled; and must return false otherwise.
 
   <h6 id=images><span class=secno>3.14.11.1.9. </span>Images</h6>
 

Modified: source
===================================================================
--- source	2007-05-03 18:09:03 UTC (rev 794)
+++ source	2007-05-08 19:59:03 UTC (rev 795)
@@ -14115,8 +14115,9 @@
   return 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 within the area of the canvas that is
-  inside the current path; and must return false otherwise.</p>
+  current transformation, is within the area of the canvas that would
+  be filled if the current path was to be filled; and must return
+  false otherwise.</p>
 
 
 




More information about the Commit-Watchers mailing list