Browse Source

icons-stroke fix

pull/9/head
codecalm 5 years ago
parent
commit
5af1b6c53c
  1. BIN
      .github/icons-stroke.png
  2. 2
      .github/icons-stroke.svg
  3. 2
      gulpfile.js

BIN
.github/icons-stroke.png

Before

Width: 468  |  Height: 84  |  Size: 6.3 KiB

After

Width: 1764  |  Height: 84  |  Size: 7.5 KiB

2
.github/icons-stroke.svg

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 234 42" width="234" height="42" style="color: #354052"><rect x="0" y="0" width="234" height="42" fill="#fff"></rect>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 882 42" width="882" height="42" style="color: #354052"><rect x="0" y="0" width="882" height="42" fill="#fff"></rect>
<symbol id="icon-.5" class="icon icon-tabler icon-tabler-disabled" viewBox="0 0 24 24" stroke-width=".5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><rect x="0" y="0" width="24" height="24" stroke="none"></rect><circle cx="11" cy="5" r="2" /><polyline points="11 7 11 15 15 15 19 20" /><line x1="11" y1="11" x2="16" y2="11" /><path d="M7 11.5a5 5 0 1 0 6 7.5" />
</symbol>
<symbol id="icon-1" class="icon icon-tabler icon-tabler-disabled" viewBox="0 0 24 24" stroke-width="1" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><rect x="0" y="0" width="24" height="24" stroke="none"></rect><circle cx="11" cy="5" r="2" /><polyline points="11 7 11 15 15 15 19 20" /><line x1="11" y1="11" x2="16" y2="11" /><path d="M7 11.5a5 5 0 1 0 6 7.5" />

2
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 = '',

Loading…
Cancel
Save