]> 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)
committerdotnetCarpenter <jon.ronnenberg@gmail.com>
Sat, 14 Jan 2017 06:22:26 +0000 (07:22 +0100)
commit356657146a5df8c293c7030a0866cee61f88b4b6
treee6fa136491dc54c19a9129a7deaa6f57a72d3745
parent95bb5aa6077f91c2302742c5f553ac8a26ba8912
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