Skip to content

Commit

Permalink
Fixes #169
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-koeritz committed Feb 24, 2024
1 parent fc8aadb commit d801903
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions symbols/THW_Einheiten/Media_Team.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://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>Media Team</title>
<defs>
<style type="text/css">
{% include './fonts/fonts.j2' %}
</style>
<clipPath id="symbol">
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" fill="{{ thw.colorPrimary }}" stroke="{{ thw.colorStroke }}" stroke-width="10" clip-path="url(#symbol)" />
<rect x="10" y="64" width="236" height="128" fill="none" stroke="{{ thw.colorStroke }}" stroke-width="1" />
<ellipse cx="64" cy="48" rx="10" ry="10" fill="{{ thw.colorStroke }}" />
<ellipse cx="192" cy="48" rx="10" ry="10" fill="{{ thw.colorStroke }}" />
<text style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: middle; font-size: 48px; " fill="{{ thw.colorSecondary }}" x="128" y="145">MT</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 d801903

Please sign in to comment.