File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2013-03-07 Dirk Schulze <dschulze@adobe.com>
2+ Fixed typos in defitnions.
3+
142013-03-07 Dirk Schulze <dschulze@adobe.com>
25 'rotate' and 'rotateBy' should be pure 2D operations.
36 More detailed example for passing DOM string and stringifier.
Original file line number Diff line number Diff line change 5252 < section >
5353 < h2 > Definitions</ h2 >
5454 < dl >
55- < dt > < dfn > postmultiply </ dfn > </ dt >
56- < dd > Term B postmultiplied by term A is equal to A · B.</ dd >
57- < dt > < dfn > premultiply </ dfn > </ dt >
58- < dd > Term B premultiplied by term A is equal to B · A.</ dd >
55+ < dt > < dfn > post-multiply </ dfn > </ dt >
56+ < dd > Term A post-multiplied by term B is equal to A · B.</ dd >
57+ < dt > < dfn > pre-multiply </ dfn > </ dt >
58+ < dd > Term A pre-multiplied by term B is equal to B · A.</ dd >
5959 < dt > < dfn > multiply</ dfn > </ dt >
6060 < dd > Multiply term A by term B is equal to A · B.</ dd >
6161 </ dl >
You can’t perform that action at this time.
0 commit comments