initial commit
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
*.pdf
|
||||
22
Makefile
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
all: postZfa postZfhmin preZfhmin postZvfhmin insideZvfhmin insideZfhmin
|
||||
|
||||
postZfa:
|
||||
inkscape $@.svg --export-type=pdf --export-filename=$@.pdf
|
||||
|
||||
postZfhmin:
|
||||
inkscape $@.svg --export-type=pdf --export-filename=$@.pdf
|
||||
|
||||
preZfhmin:
|
||||
inkscape $@.svg --export-type=pdf --export-filename=$@.pdf
|
||||
|
||||
postZvfhmin:
|
||||
inkscape $@.svg --export-type=pdf --export-filename=$@.pdf
|
||||
|
||||
insideZvfhmin:
|
||||
inkscape $@.svg --export-type=pdf --export-filename=$@.pdf
|
||||
|
||||
insideZfhmin:
|
||||
inkscape $@.svg --export-type=pdf --export-filename=$@.pdf
|
||||
|
||||
clean:
|
||||
rm -rf *.pdf
|
||||
3459
default.svg
Normal file
|
After Width: | Height: | Size: 184 KiB |
4064
insideZfhmin.svg
Normal file
|
After Width: | Height: | Size: 217 KiB |
4423
insideZvfhmin.svg
Normal file
|
After Width: | Height: | Size: 236 KiB |
3484
postZfa.svg
Normal file
|
After Width: | Height: | Size: 185 KiB |
3349
postZfhmin.svg
Normal file
|
After Width: | Height: | Size: 176 KiB |
4123
postZvfhmin.svg
Normal file
|
After Width: | Height: | Size: 222 KiB |
3210
preZfhmin.svg
Normal file
|
After Width: | Height: | Size: 168 KiB |