Skip to content

Commit

Permalink
Korrektur der Farben
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-koeritz committed Oct 4, 2024
1 parent 320e977 commit 60d272f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion symbols/Feuerwehr_Einheiten/Führungsgruppe_TEL.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
<style type="text/css">
{% include './fonts/fonts.j2' %}
</style>
<clipPath id="symbol">
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect fill="{{ feuerwehr.colorPrimary }}" stroke="{{ feuerwehr.colorStroke }}" stroke-width="5" x="10" y="64" width="236" height="128" />
<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 }}">TEL</text>
Expand Down

0 comments on commit 60d272f

Please sign in to comment.