diff --git a/write-png-packed-svg.sh b/write-png-packed-svg.sh deleted file mode 100644 index f94c5d2..0000000 --- a/write-png-packed-svg.sh +++ /dev/null @@ -1,8 +0,0 @@ -echo $# -if test $# -ne 2; then - echo Usage: $0 input.svg output-filename-without-extension - exit 0 -fi -inkscape $1 -C -o $2.png -inkscape $1 --export-text-to-path --export-filename=$2.svg -ls $2*