]> source.dussan.org Git - svg.js.git/commit
Implement a more basic morph method for SVG.PathArray
authorRémi Tétreault <tetreault.remi@gmail.com>
Wed, 21 Dec 2016 02:33:18 +0000 (21:33 -0500)
committerRémi Tétreault <tetreault.remi@gmail.com>
Wed, 21 Dec 2016 02:33:18 +0000 (21:33 -0500)
commit80acdb3d77aa228071a54de806a614ebf50fe49e
treef68ab5f3d6a40305fafe52f927129846be76ef2a
parent1c4e6f093f197ca51715df2d44b4175c7c29204c
Implement a more basic morph method for SVG.PathArray

The method expect the paths to use the exact same commands. It will not
attempt to modify them if they do not. Any more complex algorithm shall be
provided as a plugin instead in order to keep the size of the library down.
dist/svg.js
dist/svg.min.js
gulpfile.js
spec/spec/array.js
spec/spec/makepathsmorphable.js [deleted file]
spec/spec/point.js
src/makepathsmorphable.js [deleted file]
src/patharray.js
src/point.js