diff options
-rw-r--r-- | .github/icons-stroke.png | bin | 6479 -> 7714 bytes | |||
-rw-r--r-- | .github/icons-stroke.svg | 2 | ||||
-rw-r--r-- | gulpfile.js | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/.github/icons-stroke.png b/.github/icons-stroke.png Binary files differindex 8c893570..54511056 100644 --- a/.github/icons-stroke.png +++ b/.github/icons-stroke.png diff --git a/.github/icons-stroke.svg b/.github/icons-stroke.svg index e1c3269d..a85315f6 100644 --- a/.github/icons-stroke.svg +++ b/.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" /> 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 = '', |