diff options
author | codecalm <codecalm@gmail.com> | 2020-08-19 22:32:57 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-19 22:32:57 +0200 |
commit | f2f3e49eeb3a420bf41b7fd7e58891e9b4cd3bb0 (patch) | |
tree | 368f898dafc0eab6f39737d26618f2bbfda71620 /gulpfile.js | |
parent | sketch files fix #27 (diff) | |
download | tabler-icons-f2f3e49eeb3a420bf41b7fd7e58891e9b4cd3bb0.tar.xz |
paypal, dribble fix
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index c003943f..6bf8b40a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -415,7 +415,7 @@ gulp.task('optimize', function (cb) { .replace(/\s?\/>/g, ' />') .replace(/\n\s*<(line|circle|path|polyline|rect)/g, "\n <$1") .replace(/polyline points="([0-9.]+)\s([0-9.]+)\s([0-9.]+)\s([0-9.]+)"/g, 'line x1="$1" y1="$2" x2="$3" y2="$4"') - .replace(/([Aa])\s?([0-9.]+)\s([0-9.]+)\s([0-9.]+)\s?([0-1])\s?([0-1])\s?(-?[0-9.]+)\s?(-?[0-9.]+)/gi, '$1$2 $3 $4 $5 $6 $7 $8') + .replace(/([Aa])\s?([0-9.]+)\s([0-9.]+)\s([0-9.]+)\s?([0-1])\s?(-?[0-9.]+)\s?(-?[0-9.]+)\s?(-?[0-9.]+)/gi, '$1$2 $3 $4 $5 $6 $7 $8') .replace(/\n\n+/g, "\n") .replace(/<path d="M([0-9.]*) ([0-9.]*)l([-0-9.]*) ([-0-9.]*)"/g, function(f, r1, r2, r3, r4){ |