- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Nov 2010 22:56:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/2dcontext In directory hutz:/tmp/cvs-serv21795 Modified Files: Overview.html Log Message: Add DONAV markers wherever navigation happens, to make updating those cases easier. (whatwg r5683) Index: Overview.html =================================================================== 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 22:57:00 UTC