Fixed Tab Order

This commit is contained in:
2017-02-09 22:49:16 +01:00
parent f162a534c9
commit 2791437771
10 changed files with 1080 additions and 6903 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 275 KiB

After

Width:  |  Height:  |  Size: 183 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 402 KiB

After

Width:  |  Height:  |  Size: 278 KiB

7
src/screenshot.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
for file in *.svg
do
cairosvg "$file" -f png -o ../screenshots/"${file%.svg}.png"
convert ../screenshots/"${file%.svg}.png" -resize 75% -background white -alpha remove ../screenshots/"${file%.svg}.png"
done