Commit ce47687
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
1 | 9 | | |
2 | 10 | | |
3 | 11 | | |
| |||
0 commit comments