From 5af1b6c53ca948186d624076fcd7e19b9d561155 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 21 Mar 2020 22:35:21 +0100 Subject: icons-stroke fix --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 7d0110e..75699b1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -223,7 +223,7 @@ gulp.task('icons-stroke', gulp.series('build-jekyll', function (cb) { padding = 16, paddingOuter = 5, iconSize = 32, - width = (strokes.length * (iconSize + padding) - padding) + paddingOuter * 2, + width = 882, height = iconSize + paddingOuter * 2; let svgContentSymbols = '', -- cgit v1.2.1