[html5] r8200 - [giow] (3) Mention that isPointInPath() implicitly closes paths. Affected topics [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Sep 27 15:16:41 PDT 2013
Author: ianh
Date: 2013-09-27 15:16:36 -0700 (Fri, 27 Sep 2013)
New Revision: 8200
Modified:
complete.html
index
source
Log:
[giow] (3) Mention that isPointInPath() implicitly closes paths.
Affected topics: Canvas
Modified: complete.html
===================================================================
--- complete.html 2013-09-25 20:51:16 UTC (rev 8199)
+++ complete.html 2013-09-27 22:16:36 UTC (rev 8200)
@@ -256,7 +256,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 25 September 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 27 September 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -37213,7 +37213,8 @@
method, when treated as coordinates in the canvas coordinate space
unaffected by the current transformation, is inside the intended
path as determined by the <a href=#fill-rule>fill rule</a> indicated by the <var title="">fillRule</var> argument; and must
- return false otherwise. Points on the path itself must be considered
+ return false otherwise. Open subpaths must
+ be implicitly closed when computing the area inside the path, without affecting the actual subpaths. Points on the path itself must be considered
to be inside the path. If either of the arguments is infinite or
NaN, then the method must return false.</p>
Modified: index
===================================================================
--- index 2013-09-25 20:51:16 UTC (rev 8199)
+++ index 2013-09-27 22:16:36 UTC (rev 8200)
@@ -256,7 +256,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 25 September 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 27 September 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -37213,7 +37213,8 @@
method, when treated as coordinates in the canvas coordinate space
unaffected by the current transformation, is inside the intended
path as determined by the <a href=#fill-rule>fill rule</a> indicated by the <var title="">fillRule</var> argument; and must
- return false otherwise. Points on the path itself must be considered
+ return false otherwise. Open subpaths must
+ be implicitly closed when computing the area inside the path, without affecting the actual subpaths. Points on the path itself must be considered
to be inside the path. If either of the arguments is infinite or
NaN, then the method must return false.</p>
Modified: source
===================================================================
--- source 2013-09-25 20:51:16 UTC (rev 8199)
+++ source 2013-09-27 22:16:36 UTC (rev 8200)
@@ -40597,7 +40597,8 @@
method, when treated as coordinates in the canvas coordinate space
unaffected by the current transformation, is inside the intended
path as determined by the <span>fill rule</span> indicated by the <var title="">fillRule</var> argument; and must
- return false otherwise. Points on the path itself must be considered
+ return false otherwise. Open subpaths must
+ be implicitly closed when computing the area inside the path, without affecting the actual subpaths. Points on the path itself must be considered
to be inside the path. If either of the arguments is infinite or
NaN, then the method must return false.</p>
More information about the Commit-Watchers
mailing list