This commit is contained in:
Eike Kettner
2019-09-16 23:35:28 +02:00
parent 6ce7096af0
commit c76af5cbf4
51 changed files with 341 additions and 14 deletions

6
artwork/make-png.sh Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
inkscape -z -e logo-96.png -w 96 -h 96 logo-only.svg
inkscape -z -e logo-400.png -w 400 -h 400 logo-only.svg
inkscape -z -e logo-mc-96.png -w 96 -h 96 logo-only-mc.svg
inkscape -z -e logo-mc-400.png -w 400 -h 400 logo-only-mc.svg