]> source.dussan.org Git - svg.js.git/commit
Implement the morph method of SVG.PathArray
authorRémi Tétreault <tetreault.remi@gmail.com>
Tue, 20 Dec 2016 09:09:22 +0000 (04:09 -0500)
committerRémi Tétreault <tetreault.remi@gmail.com>
Tue, 20 Dec 2016 09:09:22 +0000 (04:09 -0500)
commit1c4e6f093f197ca51715df2d44b4175c7c29204c
treeb556718b8ebbe9ec3d18ad5c3487b9f88e86d213
parent998265133f95edcf5b863686e87a9821bdc62a2e
Implement the morph method of SVG.PathArray

Also add methods to SVG.Point that allow to perform operations
between two points.
dist/svg.js
dist/svg.min.js
gulpfile.js
spec/spec/array.js
spec/spec/makepathsmorphable.js [new file with mode: 0644]
spec/spec/point.js
src/makepathsmorphable.js [new file with mode: 0644]
src/patharray.js
src/point.js