diff --git a/assets/p/b/sticker_88x31.png b/assets/p/b/sticker_88x31.png index 65c6b8c..115854a 100644 Binary files a/assets/p/b/sticker_88x31.png and b/assets/p/b/sticker_88x31.png differ diff --git a/content/meta/badges.md b/content/meta/badges.md index e18595e..912a9d3 100644 --- a/content/meta/badges.md +++ b/content/meta/badges.md @@ -30,7 +30,8 @@ magick -background black -size 56x31 -fill white \ -gravity center -font "Iosevka-Term" -pointsize 16 'label:Seirdy' \ tmp.png rsvg-convert favicon.svg -aw 31 \ - | convert - tmp.png +append -background white -splice 1x0+31+0 - \ + | convert - tmp.png +append -background white -splice 1x0+31+0 \ + -shave 1x1 -bordercolor white -border 1 - \ | pngquant -s 1 28 - >sticker_88x31.png rm tmp.png ``` diff --git a/static/sticker_88x31.gif b/static/sticker_88x31.gif index a8ecab9..887df55 100644 Binary files a/static/sticker_88x31.gif and b/static/sticker_88x31.gif differ diff --git a/static/sticker_88x31.png b/static/sticker_88x31.png index 65c6b8c..115854a 100644 Binary files a/static/sticker_88x31.png and b/static/sticker_88x31.png differ