initial commit

This commit is contained in:
Marc Marcos 2026-05-05 07:59:32 +02:00
commit f691a3c3bc
9 changed files with 26135 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.pdf

22
Makefile Normal file
View 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

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 184 KiB

4064
insideZfhmin.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 217 KiB

4423
insideZvfhmin.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 236 KiB

3484
postZfa.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 185 KiB

3349
postZfhmin.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 176 KiB

4123
postZvfhmin.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 222 KiB

3210
preZfhmin.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 168 KiB