From f6373d033e468bade371c856a7fc76f1f7e7565a Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 20 Mar 2020 15:14:30 +0100 Subject: sketch, illustrator, figma fixes temperature icons fix #4 --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 24ade26..37f6b22 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -191,6 +191,7 @@ gulp.task('optimize', function (cb) { .replace(/\s?\/>/g, ' />') .replace(/\n\s*<(line|circle|path|polyline)/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(/a([0-9.]+)\s([0-9.]+)\s([0-9.]+)\s?([0-1])\s?([0-1])\s?(-?[0-9.]+)\s?(-?[0-9.]+)/g, 'a$1 $2 $3 $4 $5 $6 $7') .replace(/\n\n+/g, "\n"); fs.writeFileSync(file, svgFileContent); -- cgit v1.2.1