Skip to content

Commit 29e93dd

Browse files
committed
2011-08-02 dino@apple.com
- CSS Matrix is a 3x2 matrix, not a 4x4.
1 parent b49fdcb commit 29e93dd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

css3-2d-transforms/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
2011-08-02 dino@apple.com
22

33
- Another typo in matrix composition reported by Vincent Hardy.
4+
- CSS Matrix is a 3x2 matrix, not a 4x4.
45

56
2011-07-24 dino@apple.com
67

css3-2d-transforms/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ <h3 id=cssmatrix-interface><span class=secno>8.1. </span> CSSMatrix</h3>
885885
name=DOM-CSSMatrix>CSSMatrix</a></i></b>
886886

887887
<dd>
888-
<p> The <code>CSSMatrix</code> interface represents a 4x4 homogeneous
888+
<p> The <code>CSSMatrix</code> interface represents a 3x2 homogeneous
889889
matrix.</p>
890890

891891
<div class=issue> We actually describe a 3x2 matrix here, similar to <a

css3-2d-transforms/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ <h3 id="cssmatrix-interface">
820820
</dt>
821821
<dd>
822822
<p>
823-
The <code>CSSMatrix</code> interface represents a 4x4 homogeneous matrix.
823+
The <code>CSSMatrix</code> interface represents a 3x2 homogeneous matrix.
824824
</p>
825825
<div class="issue">
826826
We actually describe a 3x2 matrix here, similar to <a href="http://www.w3.org/TR/SVG/coords.html#InterfaceSVGMatrix">SVGMatrix</a>.

0 commit comments

Comments
 (0)