]> 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)
committerdotnetCarpenter <jon.ronnenberg@gmail.com>
Sat, 14 Jan 2017 06:23:07 +0000 (07:23 +0100)
commit0a2b7d186a620764d891ac701cf42b1a84f9e6d6
tree755c229b9189b6b3b926ab2eefcd97e38e6c08ac
parent356657146a5df8c293c7030a0866cee61f88b4b6
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