Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@7542 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 25, 2012
1 parent 38c9ca9 commit fffabc6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
7 changes: 3 additions & 4 deletions complete.html
Expand Up @@ -37246,10 +37246,9 @@ <h6 id=path-objects><span class=secno>4.8.11.2.7 </span><code><a href=#path>Path
when invoked, must return a newly created <code><a href=#path>Path</a></code>
object.</p>

<hr><p>The <dfn id=dom-path-copy title=dom-Path-copy><code>Path()</code></dfn>
constructor, when invoked, must return a newly created
<code><a href=#path>Path</a></code> object, to which the subpaths of the argument are
added. (In other words, it returns a copy of the argument.)</p>
<hr><p>The <dfn id=dom-path-copy title=dom-Path-copy><code>Path(<var title="">path</var>)</code></dfn> constructor,
when invoked, must return a newly created <code><a href=#path>Path</a></code> object, to which the subpaths of the
argument are added. (In other words, it returns a copy of the argument.)</p>

<hr><p>The <dfn id=dom-path-withdata title=dom-Path-withdata><code>Path(<var title="">d</var>)</code></dfn> constructor must run the following
steps:</p>
Expand Down
7 changes: 3 additions & 4 deletions index
Expand Up @@ -37246,10 +37246,9 @@ try {
when invoked, must return a newly created <code><a href=#path>Path</a></code>
object.</p>

<hr><p>The <dfn id=dom-path-copy title=dom-Path-copy><code>Path()</code></dfn>
constructor, when invoked, must return a newly created
<code><a href=#path>Path</a></code> object, to which the subpaths of the argument are
added. (In other words, it returns a copy of the argument.)</p>
<hr><p>The <dfn id=dom-path-copy title=dom-Path-copy><code>Path(<var title="">path</var>)</code></dfn> constructor,
when invoked, must return a newly created <code><a href=#path>Path</a></code> object, to which the subpaths of the
argument are added. (In other words, it returns a copy of the argument.)</p>

<hr><p>The <dfn id=dom-path-withdata title=dom-Path-withdata><code>Path(<var title="">d</var>)</code></dfn> constructor must run the following
steps:</p>
Expand Down
7 changes: 3 additions & 4 deletions source
Expand Up @@ -43489,10 +43489,9 @@ try {

<hr>

<p>The <dfn title="dom-Path-copy"><code>Path()</code></dfn>
constructor, when invoked, must return a newly created
<code>Path</code> object, to which the subpaths of the argument are
added. (In other words, it returns a copy of the argument.)</p>
<p>The <dfn title="dom-Path-copy"><code>Path(<var title="">path</var>)</code></dfn> constructor,
when invoked, must return a newly created <code>Path</code> object, to which the subpaths of the
argument are added. (In other words, it returns a copy of the argument.)</p>

<hr>

Expand Down

0 comments on commit fffabc6

Please sign in to comment.