html5/2dcontext Overview.html,1.189,1.190

Update of /sources/public/html5/2dcontext
In directory hutz:/tmp/cvs-serv8382

Modified Files:
	Overview.html 
Log Message:
commit 01e58cb8b32f92401d891bf2a1614fd7493cbeca
Author: Jay Munro <jaymunro@microsoft.com>
Date:   Fri Nov 9 14:16:59 2012 -0800

    Fixed description per bug 19820
    
    Fixed description of using matrix's with drawimage in the canvas spec


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -d -r1.189 -r1.190
--- Overview.html	26 Oct 2012 17:13:43 -0000	1.189
+++ Overview.html	9 Nov 2012 22:43:22 -0000	1.190
@@ -4105,8 +4105,11 @@
   invoked, the region of the image specified by the source rectangle
   must be painted on the region of the canvas specified by the
   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>
+  matrix</a> to the destination rectangle. Applying a transformation 
+  matrix, such as scaling, only affects the destination image, and not 
+  the original image.</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). The image data must be processed in the

Received on Friday, 9 November 2012 22:43:25 UTC