- From: poot <cvsmail@w3.org>
- Date: Tue, 30 Nov 2010 08:00:39 +0900 (JST)
- To: public-html-diffs@w3.org
2Dapi; hixie: Add DONAV markers wherever navigation happens, to make
updating those cases easier. (whatwg r5683)
http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.90&r2=1.91&f=h
http://html5.org/tools/web-apps-tracker?from=5682&to=5683
===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- Overview.html 16 Nov 2010 00:21:43 -0000 1.90
+++ Overview.html 29 Nov 2010 22:56:56 -0000 1.91
@@ -863,9 +863,9 @@
the translation distance in the horizontal direction and the <var title="">y</var> argument represents the translation distance in the
vertical direction. The arguments are in coordinate space units.</p>
- <p>The <dfn id="dom-context-2d-transform" title="dom-context-2d-transform"><code>transform(<var title="">a</var>, <var title="">b</var>, <var title="">c</var>, <var title="">d</var>, <var title="">e</var>,
- <var title="">f</var>)</code></dfn> method must multiply the
- current transformation matrix with the matrix described by:</p>
+ <p>The <dfn id="dom-context-2d-transform" title="dom-context-2d-transform"><code>transform(<var title="">a</var>, <var title="">b</var>, <var title="">c</var>, <var title="">d</var>, <var title="">e</var>, <var title="">f</var>)</code></dfn> method must replace the current
+ transformation matrix with the result of multiplying the current
+ transformation matrix with the matrix described by:</p>
</div><table class="matrix"><tr><td><var title="">a</var></td>
<td><var title="">c</var></td>
Received on Monday, 29 November 2010 23:01:09 UTC