mirror of
http://aero2k.de/repos/dfde-theme.git
synced 2017-09-06 15:25:40 +02:00
Swirl-Icons etwas dicker und Breite im Exportscript auf 50px
This commit is contained in:
@@ -25,13 +25,13 @@ for line in "${lines[@]}"
|
||||
IFS=','
|
||||
zeile=( $line )
|
||||
if [ -n "${zeile[2]}" ]; then
|
||||
echo "inkscape debian-swirl.svg -i ${zeile[1]} -j -C --export-png=${zeile[0]}_1"
|
||||
echo "inkscape debian-swirl.svg -i ${zeile[2]} -j -C --export-png=${zeile[0]}_2"
|
||||
echo "composite ${zeile[0]}_1 ${zeile[0]}_2 ${zeile[0]}"
|
||||
echo "rm ${zeile[0]}_1"
|
||||
echo "rm ${zeile[0]}_2"
|
||||
inkscape debian-swirl.svg -i ${zeile[1]} -j -C --export-width 50 --export-png=${zeile[0]}_1
|
||||
inkscape debian-swirl.svg -i ${zeile[2]} -j -C --export-width 50 --export-png=${zeile[0]}_2
|
||||
composite ${zeile[0]}_1 ${zeile[0]}_2 ${zeile[0]}
|
||||
rm ${zeile[0]}_1
|
||||
rm ${zeile[0]}_2
|
||||
|
||||
else
|
||||
echo "inkscape debian-swirl.svg -i ${zeile[1]} -j -C --export-png=${zeile[0]}"
|
||||
inkscape debian-swirl.svg -i ${zeile[1]} -j -C --export-width 50 --export-png=${zeile[0]}
|
||||
fi
|
||||
done
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 20 KiB |
Reference in New Issue
Block a user