Adding 4th version
This commit is contained in:
parent
d484198c6f
commit
e4e7f2cc61
7 changed files with 3702 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
thw_ov_fn_patch_entwurf*.png
|
||||
*.png
|
||||
*.pdf
|
||||
|
|
18
README.md
18
README.md
|
@ -3,12 +3,16 @@ Designentwurf eines Patch für den THW OV Friedrichshafen.
|
|||
|
||||
![Path #1A](thw_patch_1a.svg)
|
||||
![Path #1B](thw_patch_1b.svg)
|
||||
![Path #1C](thw_patch_1c.svg)
|
||||
![Path #2A](thw_patch_2a.svg)
|
||||
![Path #2B](thw_patch_2b.svg)
|
||||
![Path #2C](thw_patch_2c.svg)
|
||||
![Path #3A](thw_patch_3a.svg)
|
||||
![Path #3B](thw_patch_3b.svg)
|
||||
![Path #3C](thw_patch_3c.svg)
|
||||
![Path #4A](thw_patch_4a.svg)
|
||||
![Path #4B](thw_patch_4b.svg)
|
||||
![Path #4C](thw_patch_4c.svg)
|
||||
|
||||
# Lizenz:
|
||||
[CC-BY-3.0](https://creativecommons.org/licenses/by/3.0/de/)
|
||||
|
@ -16,3 +20,17 @@ Designentwurf eines Patch für den THW OV Friedrichshafen.
|
|||
Urheber: L3D <l3d@c3woc.de>
|
||||
https://creativecommons.org/licenses/by/3.0/de/
|
||||
```
|
||||
|
||||
## Tipps for exporting
|
||||
```bash
|
||||
for i in *.svg
|
||||
do
|
||||
echo "Export: $i"
|
||||
inkscape \
|
||||
--actions="export-filename:$i.pdf; export-do;"\
|
||||
--export-dpi 300 \
|
||||
$i
|
||||
done
|
||||
|
||||
# pdftk PDF1.pdf PDF2.pdf cat output PDF3.pdf
|
||||
```
|
||||
|
|
595
thw_patch_1c.svg
Normal file
595
thw_patch_1c.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 1 MiB |
698
thw_patch_2c.svg
Normal file
698
thw_patch_2c.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 1.5 MiB |
1207
thw_patch_3c.svg
Normal file
1207
thw_patch_3c.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 1.6 MiB |
1179
thw_patch_4c.svg
Normal file
1179
thw_patch_4c.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 598 KiB |
|
@ -37,7 +37,7 @@
|
|||
inkscape:window-x="3840"
|
||||
inkscape:window-y="73"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer3">
|
||||
inkscape:current-layer="layer4">
|
||||
<sodipodi:guide
|
||||
position="5.8685566,79.999998"
|
||||
orientation="0,-1"
|
||||
|
@ -126,15 +126,15 @@
|
|||
</g>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:7.36864px;line-height:1.25;font-family:Lato;-inkscape-font-specification:Lato;letter-spacing:0px;word-spacing:0px;fill:#ffffff;stroke-width:0.184216"
|
||||
style="font-size:7.36864px;line-height:1.25;font-family:Lato;-inkscape-font-specification:Lato;letter-spacing:0.156917px;word-spacing:0px;fill:#ffffff;stroke-width:0.184216"
|
||||
id="text90292"
|
||||
transform="matrix(1.0116832,0,0,1.0116832,-0.43630948,-0.46655057)"><textPath
|
||||
xlink:href="#path139761"
|
||||
id="textPath148782"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'LubalGraph Bd BT';-inkscape-font-specification:'LubalGraph Bd BT';fill:#ffffff"> <tspan
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.5833px;font-family:'LubalGraph Bd BT';-inkscape-font-specification:'LubalGraph Bd BT';fill:#ffffff"
|
||||
id="tspan40938"> </tspan> <tspan
|
||||
style="font-size:6.97408px"
|
||||
id="tspan40938"> </tspan> <tspan
|
||||
style="font-size:5.57926px"
|
||||
id="tspan40202"> </tspan> OV FRIEDRICHSHAFEN</textPath></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
|
|
Before Width: | Height: | Size: 514 KiB After Width: | Height: | Size: 514 KiB |
Loading…
Reference in a new issue