Small changes + higher quality export

This commit is contained in:
Jurn Wubben 2025-07-22 18:05:31 +02:00
parent 12719748c8
commit 8f239768bc
2 changed files with 3 additions and 3 deletions

BIN
export.png (Stored with Git LFS)

Binary file not shown.

View file

@ -3,6 +3,6 @@
DIR=$(dirname -- "$(readlink -f -- "$0")") DIR=$(dirname -- "$(readlink -f -- "$0")")
magick "$DIR/source.svg" "$DIR/export.png" magick -density 1200 "$DIR/source.svg" "$DIR/export.png"
git add "$DIR/export.png" git add "$DIR/export.png"