[html5] r8731 - [e] (0) Fix remaining instances of Path to Path2D Fixing https://www.w3.org/Bugs [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Aug 28 16:45:49 PDT 2014


Author: ianh
Date: 2014-08-28 16:45:45 -0700 (Thu, 28 Aug 2014)
New Revision: 8731

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix remaining instances of Path to Path2D
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26150
Affected topics: Canvas

Modified: complete.html
===================================================================
--- complete.html	2014-08-28 23:44:14 UTC (rev 8730)
+++ complete.html	2014-08-28 23:45:45 UTC (rev 8731)
@@ -47174,18 +47174,18 @@
 
   
 
-  <p>The <dfn id=dom-path2d><code>Path()</code></dfn> constructor, when invoked, must return a
+  <p>The <dfn id=dom-path2d><code>Path2D()</code></dfn> constructor, when invoked, must return a
   newly created <code id=path2d-objects:path2d-7><a href=#path2d>Path2D</a></code> object.</p>
 
   <hr>
 
-  <p>The <dfn id=dom-path2d-copy><code>Path(<var>path</var>)</code></dfn>
+  <p>The <dfn id=dom-path2d-copy><code>Path2D(<var>path</var>)</code></dfn>
   constructor, when invoked, must return a newly created <code id=path2d-objects:path2d-8><a href=#path2d>Path2D</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-path2d-merge><code>Path(<var>paths</var>, <var>fillRule</var>)</code></dfn> constructor, when invoked, must run the following
+  <p>The <dfn id=dom-path2d-merge><code>Path2D(<var>paths</var>, <var>fillRule</var>)</code></dfn> constructor, when invoked, must run the following
   steps:</p>
 
   <ol><li>
@@ -47223,7 +47223,7 @@
 
   <hr>
 
-  <p>The <dfn id=dom-path2d-withdata><code>Path(<var>d</var>)</code></dfn>
+  <p>The <dfn id=dom-path2d-withdata><code>Path2D(<var>d</var>)</code></dfn>
   constructor must run the following steps:</p>
 
   <ol><li>

Modified: index
===================================================================
--- index	2014-08-28 23:44:14 UTC (rev 8730)
+++ index	2014-08-28 23:45:45 UTC (rev 8731)
@@ -47174,18 +47174,18 @@
 
   
 
-  <p>The <dfn id=dom-path2d><code>Path()</code></dfn> constructor, when invoked, must return a
+  <p>The <dfn id=dom-path2d><code>Path2D()</code></dfn> constructor, when invoked, must return a
   newly created <code id=path2d-objects:path2d-7><a href=#path2d>Path2D</a></code> object.</p>
 
   <hr>
 
-  <p>The <dfn id=dom-path2d-copy><code>Path(<var>path</var>)</code></dfn>
+  <p>The <dfn id=dom-path2d-copy><code>Path2D(<var>path</var>)</code></dfn>
   constructor, when invoked, must return a newly created <code id=path2d-objects:path2d-8><a href=#path2d>Path2D</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-path2d-merge><code>Path(<var>paths</var>, <var>fillRule</var>)</code></dfn> constructor, when invoked, must run the following
+  <p>The <dfn id=dom-path2d-merge><code>Path2D(<var>paths</var>, <var>fillRule</var>)</code></dfn> constructor, when invoked, must run the following
   steps:</p>
 
   <ol><li>
@@ -47223,7 +47223,7 @@
 
   <hr>
 
-  <p>The <dfn id=dom-path2d-withdata><code>Path(<var>d</var>)</code></dfn>
+  <p>The <dfn id=dom-path2d-withdata><code>Path2D(<var>d</var>)</code></dfn>
   constructor must run the following steps:</p>
 
   <ol><li>

Modified: source
===================================================================
--- source	2014-08-28 23:44:14 UTC (rev 8730)
+++ source	2014-08-28 23:45:45 UTC (rev 8731)
@@ -62053,18 +62053,18 @@
 
   <div w-nodev>
 
-  <p>The <dfn><code data-x="dom-Path2D">Path()</code></dfn> constructor, when invoked, must return a
+  <p>The <dfn><code data-x="dom-Path2D">Path2D()</code></dfn> constructor, when invoked, must return a
   newly created <code>Path2D</code> object.</p>
 
   <hr>
 
-  <p>The <dfn><code data-x="dom-Path2D-copy">Path(<var>path</var>)</code></dfn>
+  <p>The <dfn><code data-x="dom-Path2D-copy">Path2D(<var>path</var>)</code></dfn>
   constructor, when invoked, must return a newly created <code>Path2D</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><code data-x="dom-Path2D-merge">Path(<var>paths</var>, <var>fillRule</var>)</code></dfn> constructor, when invoked, must run the following
+  <p>The <dfn><code data-x="dom-Path2D-merge">Path2D(<var>paths</var>, <var>fillRule</var>)</code></dfn> constructor, when invoked, must run the following
   steps:</p>
 
   <ol>
@@ -62120,7 +62120,7 @@
 
   <hr>
 
-  <p>The <dfn><code data-x="dom-Path2D-withdata">Path(<var>d</var>)</code></dfn>
+  <p>The <dfn><code data-x="dom-Path2D-withdata">Path2D(<var>d</var>)</code></dfn>
   constructor must run the following steps:</p>
 
   <ol>



More information about the Commit-Watchers mailing list