Skip to content

Commit

Permalink
Closes #141, Closes #147, Sorry PR nicht mehr auf dem Schirm gehabt u…
Browse files Browse the repository at this point in the history
…nd die manuell erstellt. Ging so auch schneller als der merge mit dem Theme-System seitdem :|
  • Loading branch information
jonas-koeritz committed Jun 22, 2024
1 parent 654477f commit 9097e73
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 1 deletion.
19 changes: 19 additions & 0 deletions symbols/THW_Fahrzeuge/Anhänger_Wechselbrücke_15t.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:https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http:https://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
<title>Anhänger Wehcselbrücke 15t</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="{{ thw.colorPrimary }}" stroke-width="10" stroke="{{ thw.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="{{ thw.colorStroke }}" />
<rect x="0" y="121.5" width="11" height="15" fill="{{ thw.colorSecondary }}" />
<path d="M10,121 L10,121.5 L0,121.5 M0,136.5 L10,136.5 L10,137" stroke="{{ thw.colorStroke }}" stroke-width="1" />
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: middle; font-size: 48px; " fill="{{ thw.colorSecondary }}" x="128" y="145">WB</text>
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: start;" fill="{{ thw.colorSecondary }}" x="20" y="180">15 t</text>
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: end;" fill="{{ thw.colorSecondary }}" x="236" y="180">THW</text>
</svg>
20 changes: 20 additions & 0 deletions symbols/THW_Fahrzeuge/Container_10ft.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:https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http:https://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
<title>Container 10ft</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>
<clipPath id="hook">
<rect x="0" y="44" width="10" height="148" />
</clipPath>
</defs>
<path d="M10,64 L10,192 L246,192 L246,64 Q128,100 10,64 Z" fill="{{ thw.colorPrimary }}" stroke-width="10" stroke="{{ thw.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="{{ thw.colorStroke }}" />
<ellipse cx="8" cy="80" rx="5" ry="5" stroke="#000000" fill="none" stroke-width="5" clip-path="url(#hook)" />
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: start;" fill="{{ thw.colorSecondary }}" x="20" y="180">ISO 10ft</text>
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: end;" fill="{{ thw.colorSecondary }}" x="236" y="180">THW</text>
</svg>
20 changes: 20 additions & 0 deletions symbols/THW_Fahrzeuge/Container_20ft.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:https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http:https://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
<title>Container 20ft</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>
<clipPath id="hook">
<rect x="0" y="44" width="10" height="148" />
</clipPath>
</defs>
<path d="M10,64 L10,192 L246,192 L246,64 Q128,100 10,64 Z" fill="{{ thw.colorPrimary }}" stroke-width="10" stroke="{{ thw.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="{{ thw.colorStroke }}" />
<ellipse cx="8" cy="80" rx="5" ry="5" stroke="#000000" fill="none" stroke-width="5" clip-path="url(#hook)" />
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: start;" fill="{{ thw.colorSecondary }}" x="20" y="180">ISO 20ft</text>
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: end;" fill="{{ thw.colorSecondary }}" x="236" y="180">THW</text>
</svg>
20 changes: 20 additions & 0 deletions symbols/THW_Fahrzeuge/Container_BDF.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:https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http:https://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
<title>Container 20ft</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>
<clipPath id="hook">
<rect x="0" y="44" width="10" height="148" />
</clipPath>
</defs>
<path d="M10,64 L10,192 L246,192 L246,64 Q128,100 10,64 Z" fill="{{ thw.colorPrimary }}" stroke-width="10" stroke="{{ thw.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="{{ thw.colorStroke }}" />
<ellipse cx="8" cy="80" rx="5" ry="5" stroke="#000000" fill="none" stroke-width="5" clip-path="url(#hook)" />
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: start;" fill="{{ thw.colorSecondary }}" x="20" y="180">BDF</text>
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: end;" fill="{{ thw.colorSecondary }}" x="236" y="180">THW</text>
</svg>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http:https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http:https://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
<title>Werkstattcontainer</title>
<title>Container Werkstatt</title>
<defs>
<style type="text/css">
{% include './fonts/fonts.j2' %}
Expand Down
18 changes: 18 additions & 0 deletions symbols/THW_Fahrzeuge/LKW-Ladekran_nicht_geländegängig.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:https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http:https://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
<title>LKW mit Ladekran (nicht geländegängig)</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="{{ thw.colorPrimary }}" stroke-width="10" stroke="{{ thw.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="{{ thw.colorStroke }}" />
<ellipse cx="40" cy="210" rx="10" ry="10" stroke="{{ thw.colorStroke }}" fill="none" stroke-width="5" />
<ellipse cx="216" cy="210" rx="10" ry="10" stroke="{{ thw.colorStroke }}" fill="none" stroke-width="5" />
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: middle; font-size: 48px; " fill="{{ thw.colorSecondary }}" x="128" y="145">LKW-Lkr</text>
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: end;" fill="{{ thw.colorSecondary }}" x="236" y="180">THW</text>
</svg>
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http:https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http:https://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
<title>Wechselladerfahrzeug (nicht geländegängig)</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="{{ thw.colorPrimary }}" stroke-width="10" stroke="{{ thw.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="{{ thw.colorStroke }}" />
<path d="M3,63 L3,199 L247,199" fill="none" stroke-width="5" stroke="#000000" />
<ellipse cx="40" cy="209" rx="10" ry="10" stroke="{{ thw.colorStroke }}" fill="none" stroke-width="5" />
<ellipse cx="216" cy="209" rx="10" ry="10" stroke="{{ thw.colorStroke }}" fill="none" stroke-width="5" />
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: middle; font-size: 48px; " fill="{{ thw.colorSecondary }}" x="128" y="145">WLF</text>
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: end;" fill="{{ thw.colorSecondary }}" x="236" y="180">THW</text>
</svg>

0 comments on commit 9097e73

Please sign in to comment.