Skip to content

Commit

Permalink
Feuerwehreinheiten auf Templates umgestellt Teil 2/2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daugl committed Sep 8, 2024
1 parent 6a196ab commit 396eb5e
Show file tree
Hide file tree
Showing 13 changed files with 125 additions and 318 deletions.
37 changes: 11 additions & 26 deletions symbols/Feuerwehr_Einheiten/Fernsprech_Bau_und_Betriebstrupp.j2
Original file line number Diff line number Diff line change
@@ -1,26 +1,11 @@
<!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>Fernsprech Bau- und Betriebstrupp</title>
<<<<<<< HEAD
<rect x="10" y="64" width="236" height="128" fill="#000000" stroke="none" />
<rect x="11" y="65" width="234" height="126" fill="#FFFFFF" stroke="none" />
<rect x="16" y="70" width="224" height="116" fill="#FF0000" stroke="none" />
<path d="M13 67 l115 93 l0 -64 l115 93" stroke="#FFFFFF" stroke-width="5" fill="none" />
<path d="M20 160 l90 0" stroke="#FFFFFF" stroke-width="7" fill="none" />
<path d="M210 140 l0 -48 m-10 -10 a10 10 0 1 0 20 0" stroke="#FFFFFF" stroke-width="5" fill="none" />
<ellipse cx="128" cy="48" rx="10" ry="10" fill="#000000" />
</svg>
=======
<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="{{ feuerwehr.colorSecondary }}" stroke-width="10" fill="{{ feuerwehr.colorPrimary }}" clip-path="url(#symbol)" />
<path d="M10 64 l118 96 l0 -64 l118 96" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="5" fill="none" clip-path="url(#symbol)" />
<path d="M20 160 l90 0" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="7" fill="none" />
<path d="M210 140 l0 -48 m-10 -10 a10 10 0 1 0 20 0" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="5" fill="none" />
<rect x="10" y="64" width="236" height="128" stroke="{{ feuerwehr.colorStroke }}" stroke-width="1" fill="none" />
<ellipse cx="128" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" />
</svg>
>>>>>>> master
{% extends "templates/base.j2t" %}
{%- block title -%}
Fernsprech Bau- und Betriebstrupp
{%- endblock title -%}
{%- block symbol -%}
{%- set Sign.Type = "Unit" -%}
{%- set Sign.UnitSize = "Trupp" -%}
{%- set Sign.UnitTasks = ["IuK","Fernsprechbau"] -%}
{%- set Sign.Organisation = "feuerwehr" -%}
{{ super() }}
{%- endblock symbol -%}
Original file line number Diff line number Diff line change
@@ -1,25 +1,11 @@
<!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>Führungsgruppe Feuerwehrbereitschaft</title>
<defs>
<style type="text/css">
{% include './fonts/fonts.j2' %}
</style>
</defs>
<<<<<<< HEAD
<rect x="10" y="64" width="236" height="128" fill="#000000" stroke="none" />
<rect x="11" y="65" width="234" height="126" fill="#FFFFFF" stroke="none" />
<rect x="16" y="70" width="224" height="116" fill="#FF0000" stroke="none" />
<ellipse cx="64" cy="48" rx="10" ry="10" fill="#000000" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="#000000" />
<text style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 56px; text-anchor: middle;" x="128" y="145" fill="#FFFFFF">Ber</text>
</svg>
=======
<rect x="10" y="64" width="236" height="128" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="10" fill="{{ feuerwehr.colorPrimary }}" clip-path="url(#symbol)" />
<rect x="10" y="64" width="236" height="128" stroke="{{ feuerwehr.colorStroke }}" stroke-width="1" fill="none" />
<ellipse cx="64" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" />

<text style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 56px; text-anchor: middle;" x="128" y="145" fill="{{ feuerwehr.colorSecondary }}">Ber</text>
</svg>
>>>>>>> master
{% extends "templates/base.j2t" %}
{%- block title -%}
Führungsgruppe Feuerwehrbereitschaft
{%- endblock title -%}
{%- block symbol -%}
{%- set Sign.Type = "Unit" -%}
{%- set Sign.UnitSize = "Gruppe" -%}
{%- set Sign.Organisation = "feuerwehr" -%}
{{ super() }}
<text style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 56px; text-anchor: middle;" x="128" y="145" fill="{{ colorSecondary[Sign.Organisation]}}">Ber</text>
{%- endblock symbol -%}
41 changes: 11 additions & 30 deletions symbols/Feuerwehr_Einheiten/Gefahrstoffzug_ABC_Zug.j2
Original file line number Diff line number Diff line change
@@ -1,30 +1,11 @@
<!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>Gefahrstoffzug ABC-Zug</title>
<<<<<<< HEAD
<rect x="10" y="64" width="236" height="128" fill="#000000" stroke="none" />
<rect x="11" y="65" width="234" height="126" fill="#FFFFFF" stroke="none" />
<rect x="16" y="70" width="224" height="116" fill="#FF0000" stroke="none" />
<ellipse cx="64" cy="48" rx="10" ry="10" fill="#000000" />
<ellipse cx="128" cy="48" rx="10" ry="10" fill="#000000" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="#000000" />
<path d="M88 92 L188 164 M168 92 L68 164" stroke="#FFFFFF" stroke-width="10" fill="none" />
<ellipse cx="78" cy="102" rx="20" ry="20" fill="#FFFFFF" />
<ellipse cx="178" cy="102" rx="20" ry="20" fill="#FFFFFF" />
</svg>
=======
<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="{{ feuerwehr.colorSecondary }}" stroke-width="10" fill="{{ feuerwehr.colorPrimary }}" clip-path="url(#symbol)" />
<rect x="10" y="64" width="236" height="128" stroke="{{ feuerwehr.colorStroke }}" stroke-width="1" fill="none" />
<ellipse cx="64" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" />
<ellipse cx="128" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" />
<path d="M88 92 L188 164 M168 92 L68 164" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="10" fill="none" />
<ellipse cx="78" cy="102" rx="20" ry="20" fill="{{ feuerwehr.colorSecondary }}" />
<ellipse cx="178" cy="102" rx="20" ry="20" fill="{{ feuerwehr.colorSecondary }}" />
</svg>
>>>>>>> master
{% extends "templates/base.j2t" %}
{%- block title -%}
Gefahrstoffzug ABC-Zug
{%- endblock title -%}
{%- block symbol -%}
{%- set Sign.Type = "Unit" -%}
{%- set Sign.UnitSize = "Zug" -%}
{%- set Sign.UnitTasks = ["ABC"] -%}
{%- set Sign.Organisation = "feuerwehr" -%}
{{ super() }}
{%- endblock symbol -%}
4 changes: 0 additions & 4 deletions symbols/Feuerwehr_Einheiten/Löschzug_Berufsfeuerwehr.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
Löschzug der Berufsfeuerwehr
{%- endblock title -%}
{%- block symbol -%}
{%- set Sign.Type = "Unit" -%}
{%- set Sign.UnitSize = "Zug" -%}
{%- set Sign.UnitTasks = ["Brandbekämpfung"] -%}
{%- set Sign.Organisation = "feuerwehr" -%}
{{ super() }}
<text x="22" y="100" style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 32px;" fill="{{ colorSecondary[Sign.Organisation] }}">BF</text>
{%- endblock symbol -%}
36 changes: 8 additions & 28 deletions symbols/Feuerwehr_Einheiten/Löschzug_Freiwillige_Feuerwehr.j2
Original file line number Diff line number Diff line change
@@ -1,28 +1,8 @@
<!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>Löschzug der freiwilligen Feuerwehr</title>
<defs>
<style type="text/css">
{% include './fonts/fonts.j2' %}
</style>
</defs>
<<<<<<< HEAD
<rect x="10" y="64" width="236" height="128" fill="#000000" stroke="none" />
<rect x="11" y="65" width="234" height="126" fill="#FFFFFF" stroke="none" />
<rect x="16" y="70" width="224" height="116" fill="#FF0000" stroke="none" />
<ellipse cx="128" cy="48" rx="10" ry="10" fill="#000000" />
<ellipse cx="64" cy="48" rx="10" ry="10" fill="#000000" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="#000000" />
<path d="M11 128 L245 128 M156 128 L240 70 M156 128 L240 186" stroke="#FFFFFF" stroke-width="10" fill="none" />
<text x="22" y="100" style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 32px;" fill="#FFFFFF">FF</text>
</svg>
=======
<rect x="10" y="64" width="236" height="128" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="10" fill="{{ feuerwehr.colorPrimary }}" clip-path="url(#symbol)" />
<rect x="10" y="64" width="236" height="128" stroke="{{ feuerwehr.colorStroke }}" stroke-width="1" fill="none" />
<ellipse cx="128" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" />
<ellipse cx="64" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" />
<path d="M11 128 L245 128 M156 128 L241 69 M156 128 L241 187" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="10" fill="none" />
<text x="22" y="100" style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 32px;" fill="{{ feuerwehr.colorSecondary }}">FF</text>
</svg>
>>>>>>> master
{% extends "symbols/Feuerwehr_Einheiten/Löschzug.j2" %}
{%- block title -%}
Löschzug der freiwilligen Feuerwehr
{%- endblock title -%}
{%- block symbol -%}
{{ super() }}
<text x="22" y="100" style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 32px;" fill="{{ colorSecondary[Sign.Organisation] }}">FF</text>
{%- endblock symbol -%}
36 changes: 8 additions & 28 deletions symbols/Feuerwehr_Einheiten/Löschzug_Wasser.j2
Original file line number Diff line number Diff line change
@@ -1,28 +1,8 @@
<!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>Löschzug Wasser</title>
<defs>
<style type="text/css">
{% include './fonts/fonts.j2' %}
</style>
</defs>
<<<<<<< HEAD
<rect x="10" y="64" width="236" height="128" fill="#000000" stroke="none" />
<rect x="11" y="65" width="234" height="126" fill="#FFFFFF" stroke="none" />
<rect x="16" y="70" width="224" height="116" fill="#FF0000" stroke="none" />
<ellipse cx="128" cy="48" rx="10" ry="10" fill="#000000" />
<ellipse cx="64" cy="48" rx="10" ry="10" fill="#000000" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="#000000" />
<path d="M11 128 L245 128 M156 128 L240 70 M156 128 L240 186" stroke="#FFFFFF" stroke-width="10" fill="none" />
<text x="22" y="100" style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 32px;" fill="#FFFFFF">W</text>
</svg>
=======
<rect x="10" y="64" width="236" height="128" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="10" fill="{{ feuerwehr.colorPrimary }}" clip-path="url(#symbol)" />
<rect x="10" y="64" width="236" height="128" stroke="{{ feuerwehr.colorStroke }}" stroke-width="1" fill="none" />
<ellipse cx="128" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" />
<ellipse cx="64" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" />
<path d="M11 128 L245 128 M156 128 L241 69 M156 128 L241 187" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="10" fill="none" />
<text x="22" y="100" style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 32px;" fill="{{ feuerwehr.colorSecondary }}">W</text>
</svg>
>>>>>>> master
{% extends "symbols/Feuerwehr_Einheiten/Löschzug.j2" %}
{%- block title -%}
Löschzug Wasser
{%- endblock title -%}
{%- block symbol -%}
{{ super() }}
<text x="22" y="100" style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 32px;" fill="{{ colorSecondary[Sign.Organisation] }}">W</text>
{%- endblock symbol -%}
36 changes: 8 additions & 28 deletions symbols/Feuerwehr_Einheiten/Löschzug_Werkfeuerwehr.j2
Original file line number Diff line number Diff line change
@@ -1,28 +1,8 @@
<!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>Löschzug der Werksfeuerwehr</title>
<defs>
<style type="text/css">
{% include './fonts/fonts.j2' %}
</style>
</defs>
<<<<<<< HEAD
<rect x="10" y="64" width="236" height="128" fill="#000000" stroke="none" />
<rect x="11" y="65" width="234" height="126" fill="#FFFFFF" stroke="none" />
<rect x="16" y="70" width="224" height="116" fill="#FF0000" stroke="none" />
<ellipse cx="128" cy="48" rx="10" ry="10" fill="#000000" />
<ellipse cx="64" cy="48" rx="10" ry="10" fill="#000000" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="#000000" />
<path d="M11 128 L245 128 M156 128 L240 70 M156 128 L240 186" stroke="#FFFFFF" stroke-width="10" fill="none" />
<text x="22" y="100" style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 32px;" fill="#FFFFFF">WF</text>
</svg>
=======
<rect x="10" y="64" width="236" height="128" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="10" fill="{{ feuerwehr.colorPrimary }}" clip-path="url(#symbol)" />
<rect x="10" y="64" width="236" height="128" stroke="{{ feuerwehr.colorStroke }}" stroke-width="1" fill="none" />
<ellipse cx="128" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" />
<ellipse cx="64" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" />
<path d="M11 128 L245 128 M156 128 L241 69 M156 128 L241 187" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="10" fill="none" />
<text x="22" y="100" style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 32px;" fill="{{ feuerwehr.colorSecondary }}">WF</text>
</svg>
>>>>>>> master
{% extends "symbols/Feuerwehr_Einheiten/Löschzug.j2" %}
{%- block title -%}
Löschzug der Werksfeuerwehr
{%- endblock title -%}
{%- block symbol -%}
{{ super() }}
<text x="22" y="100" style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 32px;" fill="{{ colorSecondary[Sign.Organisation] }}">WF</text>
{%- endblock symbol -%}
37 changes: 11 additions & 26 deletions symbols/Feuerwehr_Einheiten/RettR-UAV_Erkundungsgruppe.j2
Original file line number Diff line number Diff line change
@@ -1,26 +1,11 @@
<!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>RettR/UAV Erkundungsgruppe</title>
<<<<<<< HEAD
<rect x="10" y="64" width="236" height="128" fill="#000000" stroke="none" />
<rect x="11" y="65" width="234" height="126" fill="#FFFFFF" stroke="none" />
<rect x="16" y="70" width="224" height="116" fill="#FF0000" stroke="none" />
<path d="M14,188 l229,-120" stroke-width="5" stroke="#ffffff" fill="none" />
<ellipse cx="64" cy="48" rx="10" ry="10" fill="#000000" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="#000000" />
<path d="M204.61,110.63a11.82,11.82,0,0,1-6.15,8.73L131.39,155a7.33,7.33,0,0,1-6.9,0L57.42,119.36a11.89,11.89,0,0,1-6.14-8.73l-1.07-7.38a1.11,1.11,0,0,1,1.44-1.2L127.94,128l76.31-25.91a1.1,1.1,0,0,1,1.44,1.2Z" style="fill: #fff"/>
=======
<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="{{ feuerwehr.colorSecondary }}" stroke-width="10" fill="{{ feuerwehr.colorPrimary }}" clip-path="url(#symbol)" />
<path d="M10,192 l236,-128" stroke-width="5" stroke="{{ feuerwehr.colorSecondary }}" fill="none" clip-path="url(#symbol)" />
<rect x="10" y="64" width="236" height="128" stroke="{{ feuerwehr.colorStroke }}" stroke-width="1" fill="none" />

<ellipse cx="64" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" />
<path d="M204.61,110.63a11.82,11.82,0,0,1-6.15,8.73L131.39,155a7.33,7.33,0,0,1-6.9,0L57.42,119.36a11.89,11.89,0,0,1-6.14-8.73l-1.07-7.38a1.11,1.11,0,0,1,1.44-1.2L127.94,128l76.31-25.91a1.1,1.1,0,0,1,1.44,1.2Z" style="fill: {{ feuerwehr.colorSecondary }}"/>
>>>>>>> master
</svg>
{% extends "templates/base.j2t" %}
{%- block title -%}
RettR/UAV Erkundungsgruppe
{%- endblock title -%}
{%- block symbol -%}
{%- set Sign.Type = "Unit" -%}
{%- set Sign.UnitSize = "Gruppe" -%}
{%- set Sign.UnitTasks = ["UAV","Erkundung"] -%}
{%- set Sign.Organisation = "feuerwehr" -%}
{{ super() }}
{%- endblock symbol -%}
37 changes: 11 additions & 26 deletions symbols/Feuerwehr_Einheiten/RettR-UAV_Erkundungsstaffel.j2
Original file line number Diff line number Diff line change
@@ -1,26 +1,11 @@
<!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>RettR/UAV Erkundungsstaffel</title>
<<<<<<< HEAD
<rect x="10" y="64" width="236" height="128" fill="#000000" stroke="none" />
<rect x="11" y="65" width="234" height="126" fill="#FFFFFF" stroke="none" />
<rect x="16" y="70" width="224" height="116" fill="#FF0000" stroke="none" />
<path d="M14,188 l229,-120" stroke-width="5" stroke="#ffffff" fill="none" />
<ellipse cx="128" cy="48" rx="10" ry="10"/>
<ellipse cx="128" cy="24" rx="10" ry="10"/>
<path d="M204.61,110.63a11.82,11.82,0,0,1-6.15,8.73L131.39,155a7.33,7.33,0,0,1-6.9,0L57.42,119.36a11.89,11.89,0,0,1-6.14-8.73l-1.07-7.38a1.11,1.11,0,0,1,1.44-1.2L127.94,128l76.31-25.91a1.1,1.1,0,0,1,1.44,1.2Z" style="fill: #fff"/>
=======
<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="{{ feuerwehr.colorSecondary }}" stroke-width="10" fill="{{ feuerwehr.colorPrimary }}" clip-path="url(#symbol)" />
<path d="M10,192 l236,-128" stroke-width="5" stroke="{{ feuerwehr.colorSecondary }}" fill="none" clip-path="url(#symbol)" />
<rect x="10" y="64" width="236" height="128" stroke="{{ feuerwehr.colorStroke }}" stroke-width="1" fill="none" />

<ellipse cx="128" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" />
<ellipse cx="128" cy="24" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" />
<path d="M204.61,110.63a11.82,11.82,0,0,1-6.15,8.73L131.39,155a7.33,7.33,0,0,1-6.9,0L57.42,119.36a11.89,11.89,0,0,1-6.14-8.73l-1.07-7.38a1.11,1.11,0,0,1,1.44-1.2L127.94,128l76.31-25.91a1.1,1.1,0,0,1,1.44,1.2Z" style="fill: {{ feuerwehr.colorSecondary }}"/>
>>>>>>> master
</svg>
{% extends "templates/base.j2t" %}
{%- block title -%}
RettR/UAV Erkundungsstaffel
{%- endblock title -%}
{%- block symbol -%}
{%- set Sign.Type = "Unit" -%}
{%- set Sign.UnitSize = "Staffel" -%}
{%- set Sign.UnitTasks = ["UAV","Erkundung"] -%}
{%- set Sign.Organisation = "feuerwehr" -%}
{{ super() }}
{%- endblock symbol -%}
35 changes: 11 additions & 24 deletions symbols/Feuerwehr_Einheiten/RettR-UAV_Erkundungstrupp.j2
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
<!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>RettR/UAV Erkundungstrupp</title>
<<<<<<< HEAD
<rect x="10" y="64" width="236" height="128" fill="#000000" stroke="none" />
<rect x="11" y="65" width="234" height="126" fill="#FFFFFF" stroke="none" />
<rect x="16" y="70" width="224" height="116" fill="#FF0000" stroke="none" />
<path d="M14,188 l229,-120" stroke-width="5" stroke="#ffffff" fill="none" />
<ellipse cx="128" cy="48" rx="10" ry="10"/>
<path d="M204.61,110.63a11.82,11.82,0,0,1-6.15,8.73L131.39,155a7.33,7.33,0,0,1-6.9,0L57.42,119.36a11.89,11.89,0,0,1-6.14-8.73l-1.07-7.38a1.11,1.11,0,0,1,1.44-1.2L127.94,128l76.31-25.91a1.1,1.1,0,0,1,1.44,1.2Z" style="fill: #fff"/>
=======
<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="{{ feuerwehr.colorSecondary }}" stroke-width="10" fill="{{ feuerwehr.colorPrimary }}" clip-path="url(#symbol)" />
<path d="M10,192 l236,-128" stroke-width="5" stroke="{{ feuerwehr.colorSecondary }}" fill="none" clip-path="url(#symbol)" />
<rect x="10" y="64" width="236" height="128" stroke="{{ feuerwehr.colorStroke }}" stroke-width="1" fill="none" />

<ellipse cx="128" cy="48" rx="10" ry="10" fill="{{ feuerwehr.colorStroke }}" />
<path d="M204.61,110.63a11.82,11.82,0,0,1-6.15,8.73L131.39,155a7.33,7.33,0,0,1-6.9,0L57.42,119.36a11.89,11.89,0,0,1-6.14-8.73l-1.07-7.38a1.11,1.11,0,0,1,1.44-1.2L127.94,128l76.31-25.91a1.1,1.1,0,0,1,1.44,1.2Z" style="fill: {{ feuerwehr.colorSecondary }}"/>
>>>>>>> master
</svg>
{% extends "templates/base.j2t" %}
{%- block title -%}
RettR/UAV Erkundungstrupp
{%- endblock title -%}
{%- block symbol -%}
{%- set Sign.Type = "Unit" -%}
{%- set Sign.UnitSize = "Trupp" -%}
{%- set Sign.UnitTasks = ["UAV","Erkundung"] -%}
{%- set Sign.Organisation = "feuerwehr" -%}
{{ super() }}
{%- endblock symbol -%}
Loading

0 comments on commit 396eb5e

Please sign in to comment.