Skip to content

Commit

Permalink
icons-stroke fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Mar 21, 2020
1 parent 286ad57 commit 5af1b6c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified .github/icons-stroke.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .github/icons-stroke.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '',
Expand Down

0 comments on commit 5af1b6c

Please sign in to comment.