blob: 79bd8bf3a4992775069b5be209a8a47abbece39f [file] [log] [blame]
#!/bin/sh
set -e
for base in sparse dense sweep-flow mark-flow plan; do
inkscape --export-png=$base.png $base.svg
done