Logo fiddling; put logo.svg in a square page.
[dcpomatic.git] / graphics / make.sh
1 #!/bin/bash
2
3 width=$1
4 height=$2
5 output=$3
6
7 inkscape -C -z -e $output -w $width -h $height -D logo.svg