Update flyer layout
This commit is contained in:
parent
f2f25a98d7
commit
f4f639078b
3 changed files with 7288 additions and 187037 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,3 +1,7 @@
|
|||
# Binarys
|
||||
*.png
|
||||
*.pdf
|
||||
|
||||
# ---> Vim
|
||||
# Swap
|
||||
[._]*.s[a-v][a-z]
|
||||
|
|
4
Makefile
Normal file
4
Makefile
Normal 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
|
194317
ffflyer_front.svg
194317
ffflyer_front.svg
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 38 MiB After Width: | Height: | Size: 38 MiB |
Loading…
Reference in a new issue