Update flyer layout

This commit is contained in:
L3D 2022-03-06 01:24:10 +01:00
parent f2f25a98d7
commit f4f639078b
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 7288 additions and 187037 deletions

4
.gitignore vendored
View file

@ -1,3 +1,7 @@
# Binarys
*.png
*.pdf
# ---> Vim
# Swap
[._]*.s[a-v][a-z]

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
all:
find . -type f -name '*.svg' -print0 | xargs -0 -n 1 -P 6 inkscape --actions="export-filename:$1.png; export-do;" --export-dpi 96 $1
find . -type f -name '*.svg' -print0 | xargs -0 -n 1 -P 6 inkscape --actions="export-filename:$1.pdf; export-do;" --export-dpi 300 $1

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 38 MiB

After

Width:  |  Height:  |  Size: 38 MiB