diff options
author | Rémi Tétreault <tetreault.remi@gmail.com> | 2016-12-20 04:09:22 -0500 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-01-14 07:22:26 +0100 |
commit | 356657146a5df8c293c7030a0866cee61f88b4b6 (patch) | |
tree | e6fa136491dc54c19a9129a7deaa6f57a72d3745 /gulpfile.js | |
parent | 95bb5aa6077f91c2302742c5f553ac8a26ba8912 (diff) | |
download | svg.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.js | 1 |
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'
]
|