From 0a2b7d186a620764d891ac701cf42b1a84f9e6d6 Mon Sep 17 00:00:00 2001 From: Rémi Tétreault Date: Tue, 20 Dec 2016 21:33:18 -0500 Subject: 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. --- gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 65ef6cc..203dcd1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -80,7 +80,6 @@ var parts = [ , 'src/memory.js' , 'src/selector.js' , 'src/helpers.js' -, 'src/makepathsmorphable.js' , 'src/polyfill.js' ] @@ -123,4 +122,4 @@ gulp.task('minify', ['unify'], function() { }) -gulp.task('default', ['clean', 'unify', 'minify']) +gulp.task('default', ['clean', 'unify', 'minify']) \ No newline at end of file -- cgit v1.2.3