]> source.dussan.org Git - svg.js.git/commit
We can form a compound matrix in the matrix module
authorSaivan <savian@me.com>
Mon, 26 Feb 2018 05:59:46 +0000 (16:59 +1100)
committerSaivan <savian@me.com>
Mon, 26 Feb 2018 05:59:46 +0000 (16:59 +1100)
commit9f5d88672a62ab1eef42bf481d38787562363e7d
tree0d3ce1d38d2dd3d5645198d9e1978fb3bf7bd53f
parent7b484ae802ca2a659aae507585d322fcfe002b42
We can form a compound matrix in the matrix module

This commit allows us to form a compounded matrix by setting
parameters like scale, translate, rotate etc directly in a single
call by asserting a particular matrix order.
src/matrix.js
src/transform.js