Skip to content

Commit

Permalink
Neue Fahrzeuge der Feuerwehr. References #158
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-koeritz committed Oct 4, 2024
1 parent abcda27 commit 9ad5409
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions symbols/Feuerwehr_Fahrzeuge/Kommandowagen.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>Kommandowagen</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="{{ feuerwehr.colorPrimary }}" stroke-width="10" stroke="{{ feuerwehr.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="{{ feuerwehr.colorStroke }}" />
<ellipse cx="40" cy="210" rx="10" ry="10" stroke="{{ feuerwehr.colorStroke }}" fill="none" stroke-width="5" />
<ellipse cx="216" cy="210" rx="10" ry="10" stroke="{{ feuerwehr.colorStroke }}" fill="none" stroke-width="5" />
<text style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 48px; text-anchor: middle;" fill="{{ feuerwehr.colorSecondary }}" x="128" y="155">KdoW</text>
</svg>
17 changes: 17 additions & 0 deletions symbols/Feuerwehr_Fahrzeuge/MTW.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>MTW</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="{{ feuerwehr.colorPrimary }}" stroke-width="10" stroke="{{ feuerwehr.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="{{ feuerwehr.colorStroke }}" />
<ellipse cx="40" cy="210" rx="10" ry="10" stroke="{{ feuerwehr.colorStroke }}" fill="none" stroke-width="5" />
<ellipse cx="216" cy="210" rx="10" ry="10" stroke="{{ feuerwehr.colorStroke }}" fill="none" stroke-width="5" />
<text style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 48px; text-anchor: middle;" fill="{{ feuerwehr.colorSecondary }}" x="128" y="155">MTW</text>
</svg>

0 comments on commit 9ad5409

Please sign in to comment.