aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-21 22:35:21 +0100
committercodecalm <codecalm@gmail.com>2020-03-21 22:35:21 +0100
commit5af1b6c53ca948186d624076fcd7e19b9d561155 (patch)
tree2c9e61734809db2d5995841a032249916f0a95a2 /gulpfile.js
parentreadme fixes, png images of icons (diff)
downloadtabler-icons-5af1b6c53ca948186d624076fcd7e19b9d561155.tar.xz
icons-stroke fix
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
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 = '',