[html5] r3294 - [e] (0) more cleanup for <canvas>

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 16 21:29:52 PDT 2009


Author: ianh
Date: 2009-06-16 21:29:50 -0700 (Tue, 16 Jun 2009)
New Revision: 3294

Modified:
   index
   source
Log:
[e] (0) more cleanup for <canvas>

Modified: index
===================================================================
--- index	2009-06-17 04:26:36 UTC (rev 3293)
+++ index	2009-06-17 04:29:50 UTC (rev 3294)
@@ -24332,6 +24332,10 @@
   destination rectangle, after applying the <a href=#transformations title=dom-context-2d-transformation>current transformation
   matrix</a> to the points of the destination rectangle.</p>
 
+  <p>The original image data of the source image must be used, not the
+  image as it is rendered (e.g. <code title=attr-dim-width><a href=#attr-dim-width>width</a></code> and <code title=attr-dim-height><a href=#attr-dim-height>height</a></code> attributes on the source
+  element have no effect).</p>
+
   </div>
 
   <p><img alt="" src=images/drawImage.png></p> <!-- no alt="" text
@@ -24361,10 +24365,6 @@
   subject to <a href=#shadows title=shadows>shadow effects</a>, <a href=#dom-context-2d-globalalpha title=dom-context-2d-globalAlpha>global alpha</a>, the <a href=#clipping-region title="clipping region">clipping region</a>, and <a href=#dom-context-2d-globalcompositeoperation title=dom-context-2d-globalCompositeOperation>global composition
   operators</a>.</p>
 
-  <!-- XXX should somehow say that the image used is the actual image
-  of the target element, not the rendered image (e.g. height/width
-  attributes don't affect it -->
-
   </div>
 
 
@@ -24756,18 +24756,10 @@
    over the current canvas bitmap using the current composition
    operator.</li>
 
-  </ol><!-- XXX add xrefs in the list above --></div>
+  </ol></div>
 
 
 
-<!--
-  <h5 id="3d">The 3D context</h5>
-
-  <p class="XXX">Well, one day.</p>
--->
-
-
-
   <div class=impl>
 
   <h5 id=color-spaces-and-color-correction><span class=secno>4.8.11.2 </span>Color spaces and color correction</h5>

Modified: source
===================================================================
--- source	2009-06-17 04:26:36 UTC (rev 3293)
+++ source	2009-06-17 04:29:50 UTC (rev 3294)
@@ -26591,6 +26591,12 @@
   title="dom-context-2d-transformation">current transformation
   matrix</span> to the points of the destination rectangle.</p>
 
+  <p>The original image data of the source image must be used, not the
+  image as it is rendered (e.g. <code
+  title="attr-dim-width">width</code> and <code
+  title="attr-dim-height">height</code> attributes on the source
+  element have no effect).</p>
+
   </div>
 
   <p><img src="images/drawImage.png" alt=""></p> <!-- no alt="" text
@@ -26624,10 +26630,6 @@
   title="dom-context-2d-globalCompositeOperation">global composition
   operators</span>.</p>
 
-  <!-- XXX should somehow say that the image used is the actual image
-  of the target element, not the rendered image (e.g. height/width
-  attributes don't affect it -->
-
   </div>
 
 
@@ -27116,20 +27118,10 @@
 
   </ol>
 
-  <!-- XXX add xrefs in the list above -->
-
   </div>
 
 
 
-<!--
-  <h5 id="3d">The 3D context</h5>
-
-  <p class="XXX">Well, one day.</p>
--->
-
-
-
   <div class="impl">
 
   <h5>Color spaces and color correction</h5>




More information about the Commit-Watchers mailing list