Skip to content

Commit

Permalink
Korrekturen für Farbschemata, kleinere optische Anpassungen
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-koeritz committed Jun 24, 2024
1 parent 00c6277 commit baac942
Show file tree
Hide file tree
Showing 44 changed files with 136 additions and 106 deletions.
2 changes: 1 addition & 1 deletion symbols/Bundeswehr_Einheiten/Einheit_der_Bundeswehr.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% include './fonts/fonts.j2' %}
</style>
</defs>
<rect x="13" y="67" width="230" height="122" fill="{{ bundeswehr.colorPrimary }}" stroke="{{ bundeswehr.colorStroke }}" stroke-width="6" />
<rect x="13" y="67" width="230" height="122" fill="{{ bundeswehr.colorPrimary }}" stroke="{{ bundeswehr.colorSecondary }}" stroke-width="6" />
<rect x="10" y="64" width="236" height="128" fill="none" stroke="{{ bundeswehr.colorStroke }}" stroke-width="1" />
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: middle; font-size: 48px;" fill="{{ bundeswehr.colorSecondary }}" x="128" y="145">BW</text>
</svg>
2 changes: 1 addition & 1 deletion symbols/Bundeswehr_Personen/Führungskraft.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!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ührungskraft</title>
<path d="M69,128 L128,69 L187,128 L128,187 Z" stroke-width="5" stroke="{{ bundeswehr.colorStroke }}" fill="{{ bundeswehr.colorPrimary }}" />
<path d="M69,128 L128,69 L187,128 L128,187 Z" stroke-width="5" stroke="{{ bundeswehr.colorSecondary }}" fill="{{ bundeswehr.colorPrimary }}" />
<path d="M128,64 L152,88 L104,88 Z" stroke-width="0" fill="{{ bundeswehr.colorSecondary }}" />
<path d="M64,128 L128,64 L192,128 L128,192 Z" stroke-width="2" stroke="{{ bundeswehr.colorStroke }}" fill="none" />
</svg>
2 changes: 1 addition & 1 deletion symbols/Bundeswehr_Personen/Gruppenführer.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!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>Gruppenführer</title>
<path d="M69,128 L128,69 L187,128 L128,187 Z" stroke-width="5" stroke="{{ bundeswehr.colorStroke }}" fill="{{ bundeswehr.colorPrimary }}" />
<path d="M69,128 L128,69 L187,128 L128,187 Z" stroke-width="5" stroke="{{ bundeswehr.colorSecondary }}" fill="{{ bundeswehr.colorPrimary }}" />
<path d="M128,64 L152,88 L104,88 Z" stroke-width="0" fill="{{ bundeswehr.colorSecondary }}" />
<ellipse cx="100" cy="44" rx="10" ry="10" fill="#000000" />
<ellipse cx="156" cy="44" rx="10" ry="10" fill="#000000" />
Expand Down
4 changes: 2 additions & 2 deletions symbols/Bundeswehr_Personen/Person_mit_Sonderfunktion.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!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>Person mit Sonderfunktion</title>
<path d="M69,128 L128,69 L187,128 L128,187 Z" stroke-width="5" stroke="{{ bundeswehr.colorStroke }}" fill="{{ bundeswehr.colorPrimary }}" />
<path d="M147,88 L108,88" stroke-width="5" stroke="{{ bundeswehr.colorStroke }}" />
<path d="M69,128 L128,69 L187,128 L128,187 Z" stroke-width="5" stroke="{{ bundeswehr.colorSecondary }}" fill="{{ bundeswehr.colorPrimary }}" />
<path d="M147,88 L108,88" stroke-width="5" stroke="{{ bundeswehr.colorSecondary }}" />
<path d="M64,128 L128,64 L192,128 L128,192 Z" stroke-width="2" stroke="{{ bundeswehr.colorStroke }}" fill="none" />
</svg>
2 changes: 1 addition & 1 deletion symbols/Bundeswehr_Personen/Staffelführer.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!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>Staffelführer</title>
<path d="M69,128 L128,69 L187,128 L128,187 Z" stroke-width="5" stroke="{{ bundeswehr.colorStroke }}" fill="{{ bundeswehr.colorPrimary }}" />
<path d="M69,128 L128,69 L187,128 L128,187 Z" stroke-width="5" stroke="{{ bundeswehr.colorSecondary }}" fill="{{ bundeswehr.colorPrimary }}" />
<path d="M128,64 L152,88 L104,88 Z" stroke-width="0" fill="{{ bundeswehr.colorSecondary }}" />
<ellipse cx="128" cy="44" rx="10" ry="10" fill="#000000" />
<ellipse cx="128" cy="20" rx="10" ry="10" fill="#000000" />
Expand Down
2 changes: 1 addition & 1 deletion symbols/Bundeswehr_Personen/Truppführer.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!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>Truppführer</title>
<path d="M69,128 L128,69 L187,128 L128,187 Z" stroke-width="5" stroke="{{ bundeswehr.colorStroke }}" fill="{{ bundeswehr.colorPrimary }}" />
<path d="M69,128 L128,69 L187,128 L128,187 Z" stroke-width="5" stroke="{{ bundeswehr.colorSecondary }}" fill="{{ bundeswehr.colorPrimary }}" />
<path d="M128,64 L152,88 L104,88 Z" stroke-width="0" fill="{{ bundeswehr.colorSecondary }}" />
<ellipse cx="128" cy="44" rx="10" ry="10" fill="#000000" />
<path d="M64,128 L128,64 L192,128 L128,192 Z" stroke-width="2" stroke="{{ bundeswehr.colorStroke }}" fill="none" />
Expand Down
2 changes: 1 addition & 1 deletion symbols/Bundeswehr_Personen/Zugführer.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!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>Zugführer</title>
<path d="M69,128 L128,69 L187,128 L128,187 Z" stroke-width="5" stroke="{{ bundeswehr.colorStroke }}" fill="{{ bundeswehr.colorPrimary }}" />
<path d="M69,128 L128,69 L187,128 L128,187 Z" stroke-width="5" stroke="{{ bundeswehr.colorSecondary }}" fill="{{ bundeswehr.colorPrimary }}" />
<path d="M128,64 L152,88 L104,88 Z" stroke-width="0" fill="{{ bundeswehr.colorSecondary }}" />
<ellipse cx="100" cy="44" rx="10" ry="10" fill="#000000" />
<ellipse cx="128" cy="44" rx="10" ry="10" fill="#000000" />
Expand Down
2 changes: 1 addition & 1 deletion symbols/Feuerwehr_Einheiten/RettR-UAV_Erkundungsgruppe.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@

<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: #fff"/>
<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 }}"/>
</svg>
2 changes: 1 addition & 1 deletion symbols/Feuerwehr_Einheiten/RettR-UAV_Erkundungsstaffel.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@

<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: #fff"/>
<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 }}"/>
</svg>
2 changes: 1 addition & 1 deletion symbols/Feuerwehr_Einheiten/RettR-UAV_Erkundungstrupp.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
<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: #fff"/>
<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 }}"/>
</svg>
2 changes: 1 addition & 1 deletion symbols/Feuerwehr_Personen/Truppführer.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<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="{{ feuerwehr.colorSecondary }}" fill="{{ feuerwehr.colorPrimary }}" />
<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" />
</svg>
12 changes: 6 additions & 6 deletions symbols/Katastrophenschutz_Einheiten/Baugruppe.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" stroke="#000000" stroke-width="10" fill="#DF6711" clip-path="url(#symbol)" />
<path d="M10 64 l118 96 l0 -64 l118 96" stroke="#000000" stroke-width="5" fill="none" clip-path="url(#symbol)" />
<path d="M20 160 l90 0" stroke="#000000" stroke-width="7" fill="none" />
<path d="M210 140 l0 -48 m-10 -10 a10 10 0 1 0 20 0" stroke="#000000" stroke-width="5" fill="none" />
<ellipse cx="64" cy="48" rx="10" ry="10" fill="#000000" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="#000000" />
<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 64 l118 96 l0 -64 l118 96" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="5" fill="none" clip-path="url(#symbol)" />
<path d="M20 160 l90 0" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="7" fill="none" />
<path d="M210 140 l0 -48 m-10 -10 a10 10 0 1 0 20 0" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="5" fill="none" />
<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>
10 changes: 5 additions & 5 deletions symbols/Katastrophenschutz_Einheiten/Facheinheit_IuK.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" stroke="#000000" stroke-width="10" fill="#DF6711" clip-path="url(#symbol)" />
<path d="M10 64 l118 96 l0 -64 l118 96" stroke="#000000" stroke-width="5" fill="none" clip-path="url(#symbol)" />
<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" />
<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 64 l118 96 l0 -64 l118 96" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="5" fill="none" clip-path="url(#symbol)" />
<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>
12 changes: 6 additions & 6 deletions symbols/Katastrophenschutz_Einheiten/Funkgruppe.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" stroke="#000000" stroke-width="10" fill="#DF6711" clip-path="url(#symbol)" />
<path d="M10 64 l118 96 l0 -64 l118 96" stroke="#000000" stroke-width="5" fill="none" clip-path="url(#symbol)" />
<path d="M155 80 l72 0" stroke="#000000" stroke-width="5" fill="none" />
<path d="M155 88 l12 12 l12 -12 l12 12 l12 -12 l12 12 l12 -12" stroke="#000000" stroke-width="3" fill="none" />
<ellipse cx="64" cy="48" rx="10" ry="10" fill="#000000" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="#000000" />
<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 64 l118 96 l0 -64 l118 96" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="5" fill="none" clip-path="url(#symbol)" />
<path d="M155 80 l72 0" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="5" fill="none" />
<path d="M155 88 l12 12 l12 -12 l12 12 l12 -12 l12 12 l12 -12" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="3" fill="none" />
<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
Expand Up @@ -6,13 +6,13 @@
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" stroke="#000000" stroke-width="10" fill="#DF6711" clip-path="url(#symbol)" />
<rect x="10" y="64" width="236" height="128" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="10" fill="{{ katastrophenschutz.colorPrimary }}" clip-path="url(#symbol)" />

<path d="M59 80 l25 0 L128 176 L172 80 l25 0" stroke-width="5" stroke="#000000" fill="none" />
<path d="M59 80 l25 0 L128 176 L172 80 l25 0" stroke-width="5" stroke="{{ katastrophenschutz.colorStroke }}" fill="none" />

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

<path d="M25 180 l30 0 l-15 -25 l-15 25 Z" stroke-width="3" stroke="#000000" fill="none" />
<path d="M25 154 l80 0" stroke-width="5" stroke="#000000" fill="none" />
<path d="M25 180 l30 0 l-15 -25 l-15 25 Z" stroke-width="3" stroke="{{ katastrophenschutz.colorStroke }}" fill="none" />
<path d="M25 154 l80 0" stroke-width="5" stroke="{{ katastrophenschutz.colorStroke }}" fill="none" />
</svg>
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" stroke="#000000" stroke-width="10" fill="#DF6711" clip-path="url(#symbol)" />
<rect x="10" y="64" width="236" height="128" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="10" fill="{{ katastrophenschutz.colorPrimary }}" clip-path="url(#symbol)" />

<path d="M59 80 l25 0 L128 176 L172 80 l25 0" stroke-width="5" stroke="#000000" fill="none" />
<path d="M59 80 l25 0 L128 176 L172 80 l25 0" stroke-width="5" stroke="{{ katastrophenschutz.colorStroke }}" fill="none" />

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

<g transform="translate(-50,35) scale(0.8)">
<path d="M104,128 l50,50 M152,128 l-50,50" stroke-width="8" stroke="#000000" fill="none" />
<path d="M108,182 L98,182 L98,172 Z" fill="#000000" />
<path d="M148,182 L158,182 L158,172 Z" fill="#000000" />
<ellipse cx="104" cy="134" rx="10" ry="10" fill="#000000" />
<ellipse cx="152" cy="134" rx="10" ry="10" fill="#000000" />
<path d="M104,128 l50,50 M152,128 l-50,50" stroke-width="8" stroke="{{ katastrophenschutz.colorStroke }}" fill="none" />
<path d="M108,182 L98,182 L98,172 Z" fill="{{ katastrophenschutz.colorStroke }}" />
<path d="M148,182 L158,182 L158,172 Z" fill="{{ katastrophenschutz.colorStroke }}" />
<ellipse cx="104" cy="134" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<ellipse cx="152" cy="134" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
</g>
</svg>
10 changes: 5 additions & 5 deletions symbols/Katastrophenschutz_Einheiten/Veterinärzug.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" stroke="#000000" stroke-width="10" fill="#DF6711" clip-path="url(#symbol)" />
<rect x="10" y="64" width="236" height="128" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="10" fill="{{ katastrophenschutz.colorPrimary }}" clip-path="url(#symbol)" />

<path d="M59 80 l25 0 L128 176 L172 80 l25 0" stroke-width="5" stroke="#000000" fill="none" />
<path d="M59 80 l25 0 L128 176 L172 80 l25 0" stroke-width="5" stroke="{{ katastrophenschutz.colorStroke }}" fill="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" />
<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>
12 changes: 6 additions & 6 deletions symbols/Katastrophenschutz_Einheiten/Zugtrupp.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" fill="#DF6711" stroke="#000000" stroke-width="10" clip-path="url(#symbol)" />
<ellipse cx="128" cy="48" rx="10" ry="10" fill="#000000" />
<ellipse cx="64" cy="86" rx="10" ry="10" fill="#000000" />
<ellipse cx="128" cy="86" rx="10" ry="10" fill="#000000" />
<ellipse cx="192" cy="86" rx="10" ry="10" fill="#000000" />
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: end;" fill="#000000" x="236" y="180">IuK</text>
<rect x="10" y="64" width="236" height="128" fill="{{ katastrophenschutz.colorPrimary }}" stroke="{{ katastrophenschutz.colorStroke }}" stroke-width="10" clip-path="url(#symbol)" />
<ellipse cx="128" cy="48" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<ellipse cx="64" cy="86" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<ellipse cx="128" cy="86" rx="10" ry="10" fill="{{ katastrophenschutz.colorStroke }}" />
<ellipse cx="192" cy="86" 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">IuK</text>
</svg>
6 changes: 3 additions & 3 deletions symbols/Polizei_Einheiten/Einheit.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!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>Einheit</title>
<title>Einheit der Polizei</title>
<defs>
<style type="text/css">
{% include './fonts/fonts.j2' %}
Expand All @@ -9,6 +9,6 @@
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" fill="#13A538" stroke="#000000" stroke-width="10" clip-path="url(#symbol)" />
<rect x="10" y="64" width="236" height="128" fill="none" stroke="#000000" stroke-width="1" />
<rect x="10" y="64" width="236" height="128" fill="{{ polizei.colorPrimary }}" stroke="{{ polizei.colorSecondary }}" stroke-width="10" clip-path="url(#symbol)" />
<rect x="10" y="64" width="236" height="128" fill="none" stroke="{{ polizei.colorStroke }}" stroke-width="1" />
</svg>
6 changes: 3 additions & 3 deletions symbols/Polizei_Einheiten/Einheit_der_Bundespolizei.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" fill="#13A538" stroke="#000000" stroke-width="10" clip-path="url(#symbol)" />
<rect x="10" y="64" width="236" height="128" fill="none" stroke="#000000" stroke-width="1" />
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: middle; font-size: 48px;" fill="#000000" x="128" y="145">BPOL</text>
<rect x="10" y="64" width="236" height="128" fill="{{ polizei.colorPrimary }}" stroke="{{ polizei.colorSecondary }}" stroke-width="10" clip-path="url(#symbol)" />
<rect x="10" y="64" width="236" height="128" fill="none" stroke="{{ polizei.colorStroke }}" stroke-width="1" />
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: middle; font-size: 48px;" fill="{{ polizei.colorStroke }}" x="128" y="145">BPOL</text>
</svg>
Loading

0 comments on commit baac942

Please sign in to comment.