diff options
author | codecalm <codecalm@gmail.com> | 2020-03-21 22:35:21 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-21 22:35:21 +0100 |
commit | 5af1b6c53ca948186d624076fcd7e19b9d561155 (patch) | |
tree | 2c9e61734809db2d5995841a032249916f0a95a2 /gulpfile.js | |
parent | readme fixes, png images of icons (diff) | |
download | tabler-icons-5af1b6c53ca948186d624076fcd7e19b9d561155.tar.xz |
icons-stroke 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 7d0110ee..75699b19 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 = '', |