Skip to content

Commit

Permalink
ABC Katastrophenschutz ergänzt. Fixes #160
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-koeritz committed Oct 4, 2024
1 parent 8017fda commit 4fbb8f8
Show file tree
Hide file tree
Showing 18 changed files with 346 additions and 0 deletions.
16 changes: 16 additions & 0 deletions symbols/Einrichtungen/Dekontaminationsplatz.j2
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>Dekontaminationsplatz</title>
<defs>
<clipPath id="base">
<ellipse cx="128" cy="128" rx="64" ry="64" />
</clipPath>
</defs>
<circle fill="#FFFFFF" stroke="#000000" stroke-width="5" cx="128" cy="128" r="64"/>

<path d="M104,103 l50,50 M152,103 l-50,50" stroke-width="8" stroke="#000000" fill="none" />
<path d="M108,157 L98,157 L98,147 Z" fill="#000000" />
<path d="M148,157 L158,157 L158,147 Z" fill="#000000" />
<ellipse cx="104" cy="110" rx="10" ry="10" fill="#000000" />
<ellipse cx="152" cy="110" rx="10" ry="10" fill="#000000" />
</svg>
16 changes: 16 additions & 0 deletions symbols/Katastrophenschutz_Einheiten/ABC_Bereitschaft.j2
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>ABC Bereitschaft</title>
<defs>
<clipPath id="symbol">
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="10" fill="{{ katastrophenschutz.colorPrimary }}" clip-path="url(#symbol)" />

<path d="M88 92 L188 164 M168 92 L68 164" stroke="{{ katastrophenschutz.colorSecondary }}" stroke-width="10" fill="none" />
<ellipse cx="78" cy="102" rx="20" ry="20" fill="{{ katastrophenschutz.colorSecondary }}" />
<ellipse cx="178" cy="102" rx="20" ry="20" fill="{{ katastrophenschutz.colorSecondary }}" />

<line x1="128" y1="64" x2="128" y2="28" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="10" />
</svg>
17 changes: 17 additions & 0 deletions symbols/Katastrophenschutz_Einheiten/ABC_Messtrupp.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!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>ABC Messtrupp</title>
<defs>
<clipPath id="symbol">
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="10" fill="{{ katastrophenschutz.colorPrimary }}" clip-path="url(#symbol)" />

<path d="M10,192 l236,-128" stroke-width="5" stroke="{{ katastrophenschutz.colorSecondary }}" fill="none" clip-path="url(#symbol)" />
<path d="M88 92 L188 164 M168 92 L68 164" stroke="{{ katastrophenschutz.colorSecondary }}" stroke-width="10" fill="none" />
<ellipse cx="78" cy="102" rx="20" ry="20" fill="{{ katastrophenschutz.colorSecondary }}" />
<ellipse cx="178" cy="102" rx="20" ry="20" fill="{{ katastrophenschutz.colorSecondary }}" />

<ellipse cx="128" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
</svg>
18 changes: 18 additions & 0 deletions symbols/Katastrophenschutz_Einheiten/ABC_Zug.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!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>ABC Zug</title>
<defs>
<clipPath id="symbol">
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="10" fill="{{ katastrophenschutz.colorPrimary }}" clip-path="url(#symbol)" />

<path d="M88 92 L188 164 M168 92 L68 164" stroke="{{ katastrophenschutz.colorSecondary }}" stroke-width="10" fill="none" />
<ellipse cx="78" cy="102" rx="20" ry="20" fill="{{ katastrophenschutz.colorSecondary }}" />
<ellipse cx="178" cy="102" rx="20" ry="20" fill="{{ katastrophenschutz.colorSecondary }}" />

<ellipse cx="128" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<ellipse cx="64" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
</svg>
20 changes: 20 additions & 0 deletions symbols/Katastrophenschutz_Einheiten/ATF.j2
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>Analytische Task Force</title>
<defs>
<clipPath id="symbol">
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="10" fill="{{ katastrophenschutz.colorPrimary }}" clip-path="url(#symbol)" />

<path d="M10,192 l236,-128" stroke-width="5" stroke="{{ katastrophenschutz.colorSecondary }}" fill="none" clip-path="url(#symbol)" />
<path d="M88 92 L188 164 M168 92 L68 164" stroke="{{ katastrophenschutz.colorSecondary }}" stroke-width="10" fill="none" />
<ellipse cx="78" cy="102" rx="20" ry="20" fill="{{ katastrophenschutz.colorSecondary }}" />
<ellipse cx="178" cy="102" rx="20" ry="20" fill="{{ katastrophenschutz.colorSecondary }}" />

<ellipse cx="64" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />

<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: end;" fill="{{ katastrophenschutz.colorStroke }}" x="236" y="180">ATF</text>
</svg>
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>Dekontaminierungsbereitschaft Verletzte 50</title>
<defs>
<clipPath id="symbol">
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="10" fill="{{ katastrophenschutz.colorPrimary }}" clip-path="url(#symbol)" />

<path d="M104,103 l50,50 M152,103 l-50,50" stroke-width="8" stroke="{{ katastrophenschutz.colorSecondary }}" fill="none" />
<path d="M108,157 L98,157 L98,147 Z" fill="{{ katastrophenschutz.colorSecondary }}" />
<path d="M148,157 L158,157 L158,147 Z" fill="{{ katastrophenschutz.colorSecondary }}" />
<ellipse cx="104" cy="110" rx="10" ry="10" fill="{{ katastrophenschutz.colorSecondary }}" />
<ellipse cx="152" cy="110" rx="10" ry="10" fill="{{ katastrophenschutz.colorSecondary }}" />
<ellipse cx="128" cy="128" rx="45" ry="45" fill="none" stroke="{{ katastrophenschutz.colorSecondary }}" stroke-width="2" />

<line x1="128" y1="64" x2="128" y2="28" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="10" />
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: end;" fill="{{ katastrophenschutz.colorStroke }}" x="236" y="180">V-50</text>
</svg>
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!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>Dekontaminierungsgruppe Gerät</title>
<defs>
<clipPath id="symbol">
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="10" fill="{{ katastrophenschutz.colorPrimary }}" clip-path="url(#symbol)" />

<path d="M88 92 L188 164 M168 92 L68 164" stroke="{{ katastrophenschutz.colorSecondary }}" stroke-width="10" fill="none" />
<ellipse cx="78" cy="102" rx="20" ry="20" fill="{{ katastrophenschutz.colorSecondary }}" />
<ellipse cx="178" cy="102" rx="20" ry="20" fill="{{ katastrophenschutz.colorSecondary }}" />
<text style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 32px; text-anchor: middle;" fill="{{ katastrophenschutz.colorSecondary }}" x="128" y="182">G</text>

<ellipse cx="64" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
</svg>
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!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>Dekontaminierungsgruppe Personen</title>
<defs>
<clipPath id="symbol">
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="10" fill="{{ katastrophenschutz.colorPrimary }}" clip-path="url(#symbol)" />

<path d="M88 92 L188 164 M168 92 L68 164" stroke="{{ katastrophenschutz.colorSecondary }}" stroke-width="10" fill="none" />
<ellipse cx="78" cy="102" rx="20" ry="20" fill="{{ katastrophenschutz.colorSecondary }}" />
<ellipse cx="178" cy="102" rx="20" ry="20" fill="{{ katastrophenschutz.colorSecondary }}" />
<text style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 32px; text-anchor: middle;" fill="{{ katastrophenschutz.colorSecondary }}" x="128" y="182">P</text>

<ellipse cx="64" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
</svg>
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!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>Dekontaminierungsgruppe Personen 10</title>
<defs>
<clipPath id="symbol">
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="10" fill="{{ katastrophenschutz.colorPrimary }}" clip-path="url(#symbol)" />

<path d="M104,103 l50,50 M152,103 l-50,50" stroke-width="8" stroke="{{ katastrophenschutz.colorSecondary }}" fill="none" />
<path d="M108,157 L98,157 L98,147 Z" fill="{{ katastrophenschutz.colorSecondary }}" />
<path d="M148,157 L158,157 L158,147 Z" fill="{{ katastrophenschutz.colorSecondary }}" />
<ellipse cx="104" cy="110" rx="10" ry="10" fill="{{ katastrophenschutz.colorSecondary }}" />
<ellipse cx="152" cy="110" rx="10" ry="10" fill="{{ katastrophenschutz.colorSecondary }}" />
<ellipse cx="128" cy="128" rx="45" ry="45" fill="none" stroke="{{ katastrophenschutz.colorSecondary }}" stroke-width="2" />

<ellipse cx="64" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: end;" fill="{{ katastrophenschutz.colorStroke }}" x="236" y="180">P-10</text>
</svg>
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!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>Dekontaminierungsgruppe Personen 30</title>
<defs>
<clipPath id="symbol">
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="10" fill="{{ katastrophenschutz.colorPrimary }}" clip-path="url(#symbol)" />

<path d="M104,103 l50,50 M152,103 l-50,50" stroke-width="8" stroke="{{ katastrophenschutz.colorSecondary }}" fill="none" />
<path d="M108,157 L98,157 L98,147 Z" fill="{{ katastrophenschutz.colorSecondary }}" />
<path d="M148,157 L158,157 L158,147 Z" fill="{{ katastrophenschutz.colorSecondary }}" />
<ellipse cx="104" cy="110" rx="10" ry="10" fill="{{ katastrophenschutz.colorSecondary }}" />
<ellipse cx="152" cy="110" rx="10" ry="10" fill="{{ katastrophenschutz.colorSecondary }}" />
<ellipse cx="128" cy="128" rx="45" ry="45" fill="none" stroke="{{ katastrophenschutz.colorSecondary }}" stroke-width="2" />

<ellipse cx="64" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: end;" fill="{{ katastrophenschutz.colorStroke }}" x="236" y="180">P-30</text>
</svg>
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!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>Dekontaminierungszug Verletzte 25</title>
<defs>
<clipPath id="symbol">
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="10" fill="{{ katastrophenschutz.colorPrimary }}" clip-path="url(#symbol)" />

<path d="M104,103 l50,50 M152,103 l-50,50" stroke-width="8" stroke="{{ katastrophenschutz.colorSecondary }}" fill="none" />
<path d="M108,157 L98,157 L98,147 Z" fill="{{ katastrophenschutz.colorSecondary }}" />
<path d="M148,157 L158,157 L158,147 Z" fill="{{ katastrophenschutz.colorSecondary }}" />
<ellipse cx="104" cy="110" rx="10" ry="10" fill="{{ katastrophenschutz.colorSecondary }}" />
<ellipse cx="152" cy="110" rx="10" ry="10" fill="{{ katastrophenschutz.colorSecondary }}" />
<ellipse cx="128" cy="128" rx="45" ry="45" fill="none" stroke="{{ katastrophenschutz.colorSecondary }}" stroke-width="2" />

<ellipse cx="64" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<ellipse cx="128" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: end;" fill="{{ katastrophenschutz.colorStroke }}" x="236" y="180">V-25</text>
</svg>
19 changes: 19 additions & 0 deletions symbols/Katastrophenschutz_Einheiten/Messzug.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!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>Messzug</title>
<defs>
<clipPath id="symbol">
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="10" fill="{{ katastrophenschutz.colorPrimary }}" clip-path="url(#symbol)" />

<path d="M10,192 l236,-128" stroke-width="5" stroke="{{ katastrophenschutz.colorSecondary }}" fill="none" clip-path="url(#symbol)" />
<path d="M88 92 L188 164 M168 92 L68 164" stroke="{{ katastrophenschutz.colorSecondary }}" stroke-width="10" fill="none" />
<ellipse cx="78" cy="102" rx="20" ry="20" fill="{{ katastrophenschutz.colorSecondary }}" />
<ellipse cx="178" cy="102" rx="20" ry="20" fill="{{ katastrophenschutz.colorSecondary }}" />

<ellipse cx="64" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<ellipse cx="128" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
</svg>
21 changes: 21 additions & 0 deletions symbols/Katastrophenschutz_Einheiten/Messzug_ÜM1.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!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>Messzug Überörtliche Messhilfe 1</title>
<defs>
<clipPath id="symbol">
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="10" fill="{{ katastrophenschutz.colorPrimary }}" clip-path="url(#symbol)" />

<path d="M10,192 l236,-128" stroke-width="5" stroke="{{ katastrophenschutz.colorSecondary }}" fill="none" clip-path="url(#symbol)" />
<path d="M88 92 L188 164 M168 92 L68 164" stroke="{{ katastrophenschutz.colorSecondary }}" stroke-width="10" fill="none" />
<ellipse cx="78" cy="102" rx="20" ry="20" fill="{{ katastrophenschutz.colorSecondary }}" />
<ellipse cx="178" cy="102" rx="20" ry="20" fill="{{ katastrophenschutz.colorSecondary }}" />

<ellipse cx="64" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<ellipse cx="128" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />

<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: end;" fill="{{ katastrophenschutz.colorStroke }}" x="236" y="180">ÜM1</text>
</svg>
21 changes: 21 additions & 0 deletions symbols/Katastrophenschutz_Einheiten/Messzug_ÜM2.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!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>Messzug Überörtliche Messhilfe 2</title>
<defs>
<clipPath id="symbol">
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="10" fill="{{ katastrophenschutz.colorPrimary }}" clip-path="url(#symbol)" />

<path d="M10,192 l236,-128" stroke-width="5" stroke="{{ katastrophenschutz.colorSecondary }}" fill="none" clip-path="url(#symbol)" />
<path d="M88 92 L188 164 M168 92 L68 164" stroke="{{ katastrophenschutz.colorSecondary }}" stroke-width="10" fill="none" />
<ellipse cx="78" cy="102" rx="20" ry="20" fill="{{ katastrophenschutz.colorSecondary }}" />
<ellipse cx="178" cy="102" rx="20" ry="20" fill="{{ katastrophenschutz.colorSecondary }}" />

<ellipse cx="64" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<ellipse cx="128" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />

<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: end;" fill="{{ katastrophenschutz.colorStroke }}" x="236" y="180">ÜM2</text>
</svg>
17 changes: 17 additions & 0 deletions symbols/Katastrophenschutz_Fahrzeuge/ABC_Erkundungskraftwagen.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!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>ABC Erkundungskraftwagen</title>
<defs>
<style type="text/css">
{% include './fonts/fonts.j2' %}
</style>
<clipPath id="symbol">
<path d="M10,64 L10,192 L246,192 L246,64 Q128,100 10,64 Z" />
</clipPath>
</defs>
<path d="M10,64 L10,192 L246,192 L246,64 Q128,100 10,64 Z" fill="{{ katastrophenschutz.colorPrimary }}" stroke-width="10" stroke="{{ katastrophenschutz.colorSecondary }}" clip-path="url(#symbol)" />
<path d="M10,64 L10,192 L246,192 L246,64 Q128,100 10,64 Z" fill="none" stroke-width="1" stroke="{{ katastrophenschutz.colorStroke }}" />
<ellipse cx="40" cy="210" rx="10" ry="10" stroke="{{ katastrophenschutz.colorStroke }}" fill="none" stroke-width="5" />
<ellipse cx="216" cy="210" rx="10" ry="10" stroke="{{ katastrophenschutz.colorStroke }}" fill="none" stroke-width="5" />
<text style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 32px; text-anchor: middle;" fill="{{ katastrophenschutz.colorSecondary }}" x="128" y="145">ABCErkKW</text>
</svg>
Loading

0 comments on commit 4fbb8f8

Please sign in to comment.