Skip to content

Commit 972b0c4

Browse files
committed
Editorial: remove extra "value" in "nonzero" definition
1 parent 221d29e commit 972b0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65835,7 +65835,7 @@ context.fillRect(100,0,50,50); // only this square remains</code></pre>
6583565835
<p>The <code>CanvasFillRule</code> enumeration is used to select the <dfn>fill rule</dfn>
6583665836
algorithm by which to determine if a point is inside or outside a path.</p>
6583765837

65838-
<p>The value "<dfn enum-value for="CanvasFillRule"><code
65838+
<p>The "<dfn enum-value for="CanvasFillRule"><code
6583965839
data-x="dom-context-2d-fillRule-nonzero">nonzero</code></dfn>" value indicates the nonzero winding
6584065840
rule, wherein
6584165841

0 commit comments

Comments
 (0)