]> source.dussan.org Git - svg.js.git/commit
Added matrix composition and decompositions
authorSaivan <savian@me.com>
Sat, 3 Mar 2018 11:08:26 +0000 (22:08 +1100)
committerSaivan <savian@me.com>
Sat, 3 Mar 2018 11:08:26 +0000 (22:08 +1100)
commite065a4415b7d6991ac14de81646f109e43bef9e7
tree03a40cfdd89b8109bcffd871f523a2e516918a4d
parent8991bd195817c38e76bdf15accf16cf321ba84cf
Added matrix composition and decompositions

This commit adds matrix composition and decompositions (untested),
it also adds another playground to test that this is working as
expected in every case.

We also fixed a few linting errors.
13 files changed:
dist/svg.js
dist/svg.min.js
playgrounds/matrix/drag.js [new file with mode: 0644]
playgrounds/matrix/matrix.html [new file with mode: 0644]
playgrounds/matrix/matrix.js [new file with mode: 0644]
playgrounds/playground.css
playgrounds/transforms/transforms.html
playgrounds/transforms/transforms.js
spec/SpecRunner.html
src/helpers.js
src/matrix.js
src/sugar.js
src/transform.js