summaryrefslogtreecommitdiff
path: root/graphics/make.sh
blob: 36129d625faeca5f080e9b72b52856dc9f7fc750 (plain)
1
2
3
4
5
6
7
#!/bin/bash

width=$1
height=$2
output=$3

inkscape -z -e $output -w $width -h $height -D finish-trace.svg