Small changes + higher quality export
This commit is contained in:
parent
12719748c8
commit
8f239768bc
2 changed files with 3 additions and 3 deletions
BIN
export.png
(Stored with Git LFS)
BIN
export.png
(Stored with Git LFS)
Binary file not shown.
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue