Skip to content

Commit 5af1b6c

Browse files
committed
icons-stroke fix
1 parent 286ad57 commit 5af1b6c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/icons-stroke.png

1.21 KB
Loading

.github/icons-stroke.svg

Lines changed: 1 addition & 1 deletion
Loading

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ gulp.task('icons-stroke', gulp.series('build-jekyll', function (cb) {
223223
padding = 16,
224224
paddingOuter = 5,
225225
iconSize = 32,
226-
width = (strokes.length * (iconSize + padding) - padding) + paddingOuter * 2,
226+
width = 882,
227227
height = iconSize + paddingOuter * 2;
228228

229229
let svgContentSymbols = '',

0 commit comments

Comments
 (0)