[html5] r1765 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu Jun 12 19:32:04 PDT 2008


Author: ianh
Date: 2008-06-12 19:32:04 -0700 (Thu, 12 Jun 2008)
New Revision: 1765

Modified:
   index
   source
Log:
[e] (0) I suppose we should mention all the variables...

Modified: index
===================================================================
--- index	2008-06-13 02:29:33 UTC (rev 1764)
+++ index	2008-06-13 02:32:04 UTC (rev 1765)
@@ -20393,8 +20393,8 @@
 
   <pre>context.putImageData(context.getImageData(x, y, w, h), x, y);</pre>
 
-  <p>...for any value of <var title="">x</var> and <var title="">y</var>, and
-   the following two calls:
+  <p>...for any value of <var title="">x</var>, <var title="">y</var>, <var
+   title="">w</var>, and <var title="">h</var>, and the following two calls:
 
   <pre>context.createImageData(w, h);
 context.getImageData(0, 0, w, h);</pre>

Modified: source
===================================================================
--- source	2008-06-13 02:29:33 UTC (rev 1764)
+++ source	2008-06-13 02:32:04 UTC (rev 1765)
@@ -18061,8 +18061,9 @@
 
   <pre>context.putImageData(context.getImageData(x, y, w, h), x, y);</pre>
 
-  <p>...for any value of <var title="">x</var> and <var
-  title="">y</var>, and the following two calls:</p>
+  <p>...for any value of <var title="">x</var>, <var title="">y</var>,
+  <var title="">w</var>, and <var title="">h</var>, and the following
+  two calls:</p>
 
   <pre>context.createImageData(w, h);
 context.getImageData(0, 0, w, h);</pre>




More information about the Commit-Watchers mailing list