- From: Dean Jackson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Aug 2011 00:51:06 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-2d-transforms
In directory hutz:/tmp/cvs-serv27392
Modified Files:
ChangeLog Overview.html Overview.src.html
Log Message:
2011-08-02 dino@apple.com
- CSS Matrix is a 3x2 matrix, not a 4x4.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-2d-transforms/Overview.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Overview.html 3 Aug 2011 00:48:44 -0000 1.17
+++ Overview.html 3 Aug 2011 00:51:04 -0000 1.18
@@ -885,7 +885,7 @@
name=DOM-CSSMatrix>CSSMatrix</a></i></b>
<dd>
- <p> The <code>CSSMatrix</code> interface represents a 4x4 homogeneous
+ <p> The <code>CSSMatrix</code> interface represents a 3x2 homogeneous
matrix.</p>
<div class=issue> We actually describe a 3x2 matrix here, similar to <a
Index: ChangeLog
===================================================================
RCS file: /sources/public/csswg/css3-2d-transforms/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- ChangeLog 3 Aug 2011 00:48:44 -0000 1.9
+++ ChangeLog 3 Aug 2011 00:51:04 -0000 1.10
@@ -1,6 +1,7 @@
2011-08-02 dino@apple.com
- Another typo in matrix composition reported by Vincent Hardy.
+- CSS Matrix is a 3x2 matrix, not a 4x4.
2011-07-24 dino@apple.com
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-2d-transforms/Overview.src.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Overview.src.html 3 Aug 2011 00:48:44 -0000 1.17
+++ Overview.src.html 3 Aug 2011 00:51:04 -0000 1.18
@@ -820,7 +820,7 @@
</dt>
<dd>
<p>
- The <code>CSSMatrix</code> interface represents a 4x4 homogeneous matrix.
+ The <code>CSSMatrix</code> interface represents a 3x2 homogeneous matrix.
</p>
<div class="issue">
We actually describe a 3x2 matrix here, similar to <a href="http://www.w3.org/TR/SVG/coords.html#InterfaceSVGMatrix">SVGMatrix</a>.
Received on Wednesday, 3 August 2011 00:51:13 UTC