Subversion Repositories HelenOS-doc

Compare Revisions

Ignore whitespace Rev 105 → Rev 106

/design/trunk/src/images/convert
14,7 → 14,7
if [ ! -f "$f.png" ]; then
echo "Converting $f.svg to $f.png";
inkscape --without-gui --export-width=600 --export-png=$f.png $f.svg
inkscape -D -X -Y -W -H --without-gui --export-width=600 --export-png=$f.png $f.svg
fi
done