File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 112011-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
562011-07-24 dino@apple.com
67
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 > .
You can’t perform that action at this time.
0 commit comments