]> source.dussan.org Git - svg.js.git/commit
Implemented new transformations
authorSaivan <savian@me.com>
Fri, 2 Mar 2018 01:14:42 +0000 (12:14 +1100)
committerSaivan <savian@me.com>
Fri, 2 Mar 2018 01:14:42 +0000 (12:14 +1100)
commit1582edb4236628fbc7875242f159c16283b769c2
tree1d915c21fce7ce3997edaedd92f4f1a8d8968d9d
parent13cf84b716cd3e06330fa0ea6f077bbe7de0eb88
Implemented new transformations

This commit implements the new transformation model, but it also
needs to modify a few tests to fit the new format. This is still
a work in progress.
17 files changed:
CHANGELOG.md
README.md
dist/svg.js
dist/svg.min.js
playgrounds/transforms/transforms.html
playgrounds/transforms/transforms.js
spec/SpecRunner.html
spec/spec/element.js
spec/spec/helper.js
spec/spec/matrix.js
src/boxes.js
src/helpers.js
src/line.js
src/matrix.js
src/point.js
src/sugar.js
src/transform.js