diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-10 00:12:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-10 00:12:01 +0100 |
| commit | 24b8387a5eb85a72e62eaa88cdca0c516d2db69f (patch) | |
| tree | a8f74db6c81c9af34f140d63c808fb054c37048d /graphics/make.sh | |
| parent | 2f485da571a1b15e1679d109035b70ae42c4bdc6 (diff) | |
Logo fiddling; put logo.svg in a square page.
Diffstat (limited to 'graphics/make.sh')
| -rwxr-xr-x | graphics/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/make.sh b/graphics/make.sh index 36129d625..9058ef65d 100755 --- a/graphics/make.sh +++ b/graphics/make.sh @@ -4,4 +4,4 @@ width=$1 height=$2 output=$3 -inkscape -z -e $output -w $width -h $height -D finish-trace.svg +inkscape -C -z -e $output -w $width -h $height -D logo.svg |
