-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Abschnittsleiter ergänzt. References #39
- Loading branch information
1 parent
0f33144
commit 9285c79
Showing
4 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | ||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256"> | ||
<title>Abschnittsleiter Feuerwehr</title> | ||
<defs> | ||
<style type="text/css"> | ||
{% include './fonts/fonts.j2' %} | ||
</style> | ||
<clipPath id="person"> | ||
<path d="M64,128 L128,64 L192,128 L128,192 Z" /> | ||
</clipPath> | ||
</defs> | ||
<path d="M69,128 L128,69 L187,128 L128,187 Z" stroke-width="5" stroke="{{ feuerwehr.colorSecondary }}" fill="{{ feuerwehr.colorPrimary }}" /> | ||
<path d="M128,64 L152,88 L104,88 Z" stroke-width="0" fill="{{ feuerwehr.colorSecondary }}" /> | ||
<text x="128" y="140" style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: middle; font-size: 32px;" fill="{{ feuerwehr.colorSecondary }}">FW</text> | ||
<path d="M64,128 L128,64 L192,128 L128,192 Z" stroke-width="2" stroke="{{ feuerwehr.colorStroke }}" fill="none" /> | ||
</svg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | ||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256"> | ||
<title>Abschnittsleiter Luft</title> | ||
<defs> | ||
<style type="text/css"> | ||
{% include './fonts/fonts.j2' %} | ||
</style> | ||
<clipPath id="person"> | ||
<path d="M64,128 L128,64 L192,128 L128,192 Z" /> | ||
</clipPath> | ||
</defs> | ||
<path d="M69,128 L128,69 L187,128 L128,187 Z" stroke-width="5" stroke="{{ feuerwehr.colorSecondary }}" fill="{{ feuerwehr.colorPrimary }}" /> | ||
<path d="M128,64 L152,88 L104,88 Z" stroke-width="0" fill="{{ feuerwehr.colorSecondary }}" /> | ||
<path d="M64,128 L128,64 L192,128 L128,192 Z" stroke-width="2" stroke="{{ feuerwehr.colorStroke }}" fill="none" /> | ||
|
||
<path d="M112,160 l32,0 M128,160 l0,-40" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="5" fill="none" /> | ||
<path d="M128,118 a5,5 90 0 1 5,-5 l24,0 a5,5 180 0 1 0,10 l-24,0 a5,5 90 0 1 -5,-5 Z" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="5" fill="none" /> | ||
<path d="M128,118 a5,5 90 0 0 -5,-5 l-24,0 a5,5 180 0 0 0,10 l24,0 a5,5 90 0 0 5,-5 Z" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="5" fill="none" /> | ||
</svg> |
16 changes: 16 additions & 0 deletions
16
symbols/Rettungswesen_Personen/Abschnittsleiter_Rettungsmittelhalteplatz.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | ||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256"> | ||
<title>Abschnittsleiter Rettungsmittelhalteplatz</title> | ||
<defs> | ||
<clipPath id="person"> | ||
<path d="M64,128 L128,64 L192,128 L128,192 Z" /> | ||
</clipPath> | ||
</defs> | ||
<path d="M64,128 L128,64 L192,128 L128,192 Z" stroke-width="5" stroke="#000000" fill="#FFFFFF" /> | ||
<path d="M128,64 L152,88 L104,88 Z" stroke-width="0" fill="#000000" /> | ||
<path d="M64,128 L128,64 L192,128 L128,192 Z" stroke-width="2" stroke="#000000" fill="none" /> | ||
<path d="M64,128 l128,0 M128,64 l0,128" stroke="#000000" stroke-width="5" fill="none" /> | ||
|
||
<ellipse cx="128" cy="128" rx="32" ry="32" fill="none" stroke-width="5" stroke="#000000" /> | ||
<path d="M128,128 l32,0 l-64,0 m32,0 l0,32 l0,-64" fill="none" stroke-width="5" stroke="#000000" transform="rotate(45,128,128)" /> | ||
</svg> |
13 changes: 13 additions & 0 deletions
13
symbols/Rettungswesen_Personen/Abschnittsleiter_Sanität.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | ||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256"> | ||
<title>Abschnittsleiter Rettungsdienst</title> | ||
<defs> | ||
<clipPath id="person"> | ||
<path d="M64,128 L128,64 L192,128 L128,192 Z" /> | ||
</clipPath> | ||
</defs> | ||
<path d="M64,128 L128,64 L192,128 L128,192 Z" stroke-width="5" stroke="#000000" fill="#FFFFFF" /> | ||
<path d="M128,64 L152,88 L104,88 Z" stroke-width="0" fill="#000000" /> | ||
<path d="M64,128 L128,64 L192,128 L128,192 Z" stroke-width="2" stroke="#000000" fill="none" /> | ||
<path d="M64,128 l128,0 M128,64 l0,128" stroke="#000000" stroke-width="5" fill="none" /> | ||
</svg> |