Skip to content

Commit

Permalink
Fixes #158
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-koeritz committed Oct 4, 2024
1 parent fabf0c5 commit f28e4d0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
17 changes: 17 additions & 0 deletions symbols/Feuerwehr_Einheiten/Bezirksabteilungsführung.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>Bezirksbereitschaftsführung</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="{{ 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" />
<rect x="11" y="65" width="234" height="25" fill="{{ feuerwehr.colorSecondary }}" />
<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 }}" />
<line x1="118" y1="95" x2="118" y2="131" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="10" />
<line x1="138" y1="95" x2="138" y2="131" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="10" />
</svg>
16 changes: 16 additions & 0 deletions symbols/Feuerwehr_Einheiten/Bezirksbereitschaftsführung.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>Bezirksbereitschaftsführung</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="{{ 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" />
<rect x="11" y="65" width="234" height="25" fill="{{ feuerwehr.colorSecondary }}" />
<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 }}" />
<line x1="128" y1="95" x2="128" y2="131" stroke="{{ feuerwehr.colorSecondary }}" stroke-width="10" />
</svg>

0 comments on commit f28e4d0

Please sign in to comment.