Skip to content

Commit 0803338

Browse files
committed
Fixes #136, Wechselladerfahrzeug Feuerwehr
1 parent 044b4f4 commit 0803338

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
3+
<title>Wechselladerfahrzeug</title>
4+
<defs>
5+
<style type="text/css">
6+
{% include './fonts/fonts.j2' %}
7+
</style>
8+
<clipPath id="symbol">
9+
<path d="M10,64 L10,192 L246,192 L246,64 Q128,100 10,64 Z" />
10+
</clipPath>
11+
</defs>
12+
<path d="M10,64 L10,192 L246,192 L246,64 Q128,100 10,64 Z" fill="#FF0000" stroke-width="10" stroke="#FFFFFF" clip-path="url(#symbol)" />
13+
<path d="M10,64 L10,192 L246,192 L246,64 Q128,100 10,64 Z" fill="none" stroke-width="1" stroke="#000000" />
14+
<path d="M3,63 L3,199 L247,199" fill="none" stroke-width="5" stroke="#000000" />
15+
<ellipse cx="40" cy="209" rx="10" ry="10" stroke="#000000" fill="none" stroke-width="5" />
16+
<ellipse cx="128" cy="209" rx="10" ry="10" stroke="#000000" fill="none" stroke-width="5" />
17+
<ellipse cx="216" cy="209" rx="10" ry="10" stroke="#000000" fill="none" stroke-width="5" />
18+
<text style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 48px; text-anchor: middle;" fill="#FFFFFF" x="128" y="155">WLF</text>
19+
</svg>

0 commit comments

Comments
 (0)