]> source.dussan.org Git - svg.js.git/commit
Matrix operations now apply to the current matrix
authorSaivan <savian@me.com>
Mon, 26 Feb 2018 08:21:18 +0000 (19:21 +1100)
committerSaivan <savian@me.com>
Mon, 26 Feb 2018 08:21:18 +0000 (19:21 +1100)
commit632e0cc50b383a74052321aa661c0ed2d6820f34
treed6c724deebf5225035c57065a8fbf2273f0b8bf6
parent9f5d88672a62ab1eef42bf481d38787562363e7d
Matrix operations now apply to the current matrix

This commit applies matrix operations to the current matrix, so
calling mat.rotate will rotate the current matrix directly
src/matrix.js
src/sugar.js
src/transform.js