update chvoc pixel export for crappy old gitlab
@raoul update das mal bitte svg preview ist schon zeitgemäß! Und LFS ist auch am oarsch!
This commit is contained in:
parent
2c4bc87ac0
commit
b5254d3224
3 changed files with 17 additions and 0 deletions
10
.create_svg.sh
Executable file
10
.create_svg.sh
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/bash
|
||||||
|
for i in *.svg
|
||||||
|
do
|
||||||
|
echo "Transform Image: $i"
|
||||||
|
inkscape \
|
||||||
|
--actions="export-filename:$i.png; export-do;"\
|
||||||
|
--export-dpi 300 \
|
||||||
|
--export-background white \
|
||||||
|
$i
|
||||||
|
done
|
4
Makefile
Normal file
4
Makefile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
all:
|
||||||
|
./.create_svg.sh
|
||||||
|
|
3
chvoc.svg.png
Normal file
3
chvoc.svg.png
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:19b7c4398fba41797b6e2e1137312c5a062452427932d38dd846e13cc7b509a9
|
||||||
|
size 284028
|
Loading…
Reference in a new issue