Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Fix IDL in canvas section
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26004
Affected topics: Canvas

git-svn-id: http://svn.whatwg.org/webapps@8659 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 6, 2014
1 parent 6f7fd1d commit ad061c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -290,7 +290,7 @@
</script><body onload=init()>
<header class="head with-buttons" id=head><p><a href=//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 &mdash; Last Updated 5 June 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 6 June 2014</h2>
</hgroup><div>
<div>
<a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
Expand Down Expand Up @@ -55189,7 +55189,7 @@ <h5 id=2dcontext><span class=secno>4.12.4.2 </span>The 2D rendering context</h5>

[<a href=#dom-path2d title=dom-Path2D>Constructor</a>,
<a href=#dom-path2d-copy title=dom-Path2D-copy>Constructor</a>(<a href=#path2d>Path2D</a> path),
<a href=#dom-path2d-merge title=dom-Path2D-merge>Constructor</a>(<a href=#path2d>Path2D</a>[] paths, <a href=#canvasfillrule>CanvasFillRule</a> fillRule = "<a href=#dom-context-2d-fillrule-nonzero title=dom-context-2d-fillRule-nonzero>nonzero</a>"),
<a href=#dom-path2d-merge title=dom-Path2D-merge>Constructor</a>(<a href=#path2d>Path2D</a>[] paths, optional <a href=#canvasfillrule>CanvasFillRule</a> fillRule = "<a href=#dom-context-2d-fillrule-nonzero title=dom-context-2d-fillRule-nonzero>nonzero</a>"),
<a href=#dom-path2d-withdata title=dom-Path2D-withdata>Constructor</a>(DOMString d), Exposed=Window,Worker]
interface <dfn id=path2d>Path2D</dfn> {
void <a href=#dom-path2d-addpath title=dom-Path2D-addPath>addPath</a>(<a href=#path2d>Path2D</a> path, optional <a href=#svgmatrix>SVGMatrix</a>? transformation = null);
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -290,7 +290,7 @@
</script><body onload=init()>
<header class="head with-buttons" id=head><p><a href=//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 &mdash; Last Updated 5 June 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 6 June 2014</h2>
</hgroup><div>
<div>
<a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
Expand Down Expand Up @@ -55189,7 +55189,7 @@ interface <dfn id=drawingstyle>DrawingStyle</dfn> { };

[<a href=#dom-path2d title=dom-Path2D>Constructor</a>,
<a href=#dom-path2d-copy title=dom-Path2D-copy>Constructor</a>(<a href=#path2d>Path2D</a> path),
<a href=#dom-path2d-merge title=dom-Path2D-merge>Constructor</a>(<a href=#path2d>Path2D</a>[] paths, <a href=#canvasfillrule>CanvasFillRule</a> fillRule = "<a href=#dom-context-2d-fillrule-nonzero title=dom-context-2d-fillRule-nonzero>nonzero</a>"),
<a href=#dom-path2d-merge title=dom-Path2D-merge>Constructor</a>(<a href=#path2d>Path2D</a>[] paths, optional <a href=#canvasfillrule>CanvasFillRule</a> fillRule = "<a href=#dom-context-2d-fillrule-nonzero title=dom-context-2d-fillRule-nonzero>nonzero</a>"),
<a href=#dom-path2d-withdata title=dom-Path2D-withdata>Constructor</a>(DOMString d), Exposed=Window,Worker]
interface <dfn id=path2d>Path2D</dfn> {
void <a href=#dom-path2d-addpath title=dom-Path2D-addPath>addPath</a>(<a href=#path2d>Path2D</a> path, optional <a href=#svgmatrix>SVGMatrix</a>? transformation = null);
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -59937,7 +59937,7 @@ interface <dfn>DrawingStyle</dfn> { };

[<span data-x="dom-Path2D">Constructor</span>,
<span data-x="dom-Path2D-copy">Constructor</span>(<span>Path2D</span> path),
<span data-x="dom-Path2D-merge">Constructor</span>(<span>Path2D</span>[] paths, <span>CanvasFillRule</span> fillRule = "<span data-x="dom-context-2d-fillRule-nonzero">nonzero</span>"),
<span data-x="dom-Path2D-merge">Constructor</span>(<span>Path2D</span>[] paths, optional <span>CanvasFillRule</span> fillRule = "<span data-x="dom-context-2d-fillRule-nonzero">nonzero</span>"),
<span data-x="dom-Path2D-withdata">Constructor</span>(DOMString d), Exposed=Window,Worker]
interface <dfn>Path2D</dfn> {
void <span data-x="dom-Path2D-addPath">addPath</span>(<span>Path2D</span> path, optional <span>SVGMatrix</span>? transformation = null);
Expand Down

0 comments on commit ad061c5

Please sign in to comment.