From 6e6af0a92ff1ffdd0759519c3be100ab7009abd4 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 19 Aug 2020 22:43:05 +0200 Subject: brands fixes --- gulpfile.js | 2 +- src/_icons/brand-dribbble.svg | 2 +- src/_icons/brand-paypal.svg | 2 +- src/_icons/brand-sketch.svg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 6bf8b40..c003943 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-9.]+)\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-1])\s?(-?[0-9.]+)\s?(-?[0-9.]+)/gi, '$1$2 $3 $4 $5 $6 $7 $8') .replace(/\n\n+/g, "\n") .replace(/ - + diff --git a/src/_icons/brand-paypal.svg b/src/_icons/brand-paypal.svg index 4b59824..84bba01 100644 --- a/src/_icons/brand-paypal.svg +++ b/src/_icons/brand-paypal.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-sketch.svg b/src/_icons/brand-sketch.svg index 8e18bc3..1b93990 100644 --- a/src/_icons/brand-sketch.svg +++ b/src/_icons/brand-sketch.svg @@ -2,5 +2,5 @@ category: Brand --- - + -- cgit v1.2.1