summaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorRémi Tétreault <tetreault.remi@gmail.com>2016-12-20 04:09:22 -0500
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2017-01-14 07:22:26 +0100
commit356657146a5df8c293c7030a0866cee61f88b4b6 (patch)
treee6fa136491dc54c19a9129a7deaa6f57a72d3745 /gulpfile.js
parent95bb5aa6077f91c2302742c5f553ac8a26ba8912 (diff)
downloadsvg.js-356657146a5df8c293c7030a0866cee61f88b4b6.tar.gz
svg.js-356657146a5df8c293c7030a0866cee61f88b4b6.zip
Implement the morph method of SVG.PathArray
Also add methods to SVG.Point that allow to perform operations between two points.
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 2bf1c09..65ef6cc 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -80,6 +80,7 @@ var parts = [
, 'src/memory.js'
, 'src/selector.js'
, 'src/helpers.js'
+, 'src/makepathsmorphable.js'
, 'src/polyfill.js'
]