Skip to content

Commit ce47687

Browse files
committed
2012-02-12 dschulze@adobe.com
Merged CSSMatrix from current spec with CSS 3D Transforms. Added function 'isAffineTransform' that returns 'true' if the matrix doesn't have any 3D components. CSSMatrix is always a 4x4 matrix now. Removed all wordings about 3x2 matrices with the exception of the matrix() function. (https://www.w3.org/Bugs/Public/show_bug.cgi?id=15959) Back ported CSSTransformValue interface from CSS 3D Transforms.
1 parent 1220eab commit ce47687

3 files changed

Lines changed: 600 additions & 48 deletions

File tree

css3-transforms/ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2012-02-12 dschulze@adobe.com
2+
Merged CSSMatrix from current spec with CSS 3D Transforms.
3+
Added function 'isAffineTransform' that returns 'true' if the matrix doesn't have any 3D components.
4+
CSSMatrix is always a 4x4 matrix now.
5+
Removed all wordings about 3x2 matrices with the exception of the matrix() function.
6+
(https://www.w3.org/Bugs/Public/show_bug.cgi?id=15959)
7+
Back ported CSSTransformValue interface from CSS 3D Transforms.
8+
19
2012-02-12 dschulze@adobe.com
210
Added section "Mathematical description of transformation functions".
311
Link all transformation function descriptions to intern mathematical section instead of SVG.

0 commit comments

Comments
 (0)