1e51ef7def
- Konzept/, didaktik_geografie/, didaktik_simulation/, v2-modules/, v2-platform/ - 12 code-workspace-Files - STATUS-*.md - viele M/D/R-Änderungen an bereits getrackten Files - .gitignore verstärkt: **/.humaninput/, **/secret_keys.txt Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
56 lines
2.3 KiB
XML
56 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 340 250" width="340" height="250" role="img">
|
|
<title>Bavaria Segelyacht — Race 26</title>
|
|
<desc>Segelyacht mit Startnummer 26 in Orange, Bug nach links (segelt nach links)</desc>
|
|
|
|
<defs>
|
|
<clipPath id="mainsail26">
|
|
<path d="M 155 22 L 155 187 L 276 187 Q 238 107 155 22 Z"/>
|
|
</clipPath>
|
|
</defs>
|
|
|
|
<!-- Mainsail (gespiegelt: Mast links, Schot nach rechts) -->
|
|
<path d="M 155 22 L 155 187 L 276 187 Q 238 107 155 22 Z"
|
|
fill="#ffffff" stroke="#888888" stroke-width="0.6"/>
|
|
|
|
<!-- Orange Streifen + Startnummer im Großsegel (über Clip-Path begrenzt) -->
|
|
<g clip-path="url(#mainsail26)">
|
|
<!-- Schmaler Streifen oben -->
|
|
<rect x="150" y="58" width="140" height="6" fill="#e8833a" opacity="0.9"/>
|
|
<!-- Breiter Streifen unten (Foot-Band) -->
|
|
<rect x="150" y="172" width="140" height="11" fill="#e8833a"/>
|
|
</g>
|
|
<!-- Startnummer 26 (oranges Sail-Print, Helvetica/Arial bold, um -45° gedreht) -->
|
|
<text x="205" y="138" text-anchor="middle"
|
|
font-family="Helvetica, Arial, sans-serif" font-weight="900" font-size="40"
|
|
fill="#e8833a" letter-spacing="-1"
|
|
transform="rotate(-45 205 138)">26</text>
|
|
|
|
<!-- Jib (gespiegelt: vorne links Richtung Bug) -->
|
|
<path d="M 151 44 L 33 190 L 100 190 Q 138 112 151 44 Z"
|
|
fill="#f0f0f0" stroke="#888888" stroke-width="0.6"/>
|
|
|
|
<!-- Mast (gespiegelt: links bei x=153) -->
|
|
<line x1="153" y1="20" x2="153" y2="194" stroke="#888888" stroke-width="2.5"/>
|
|
|
|
<!-- Boom (gespiegelt: läuft vom Mast nach rechts) -->
|
|
<rect x="153" y="185" width="120" height="3.5" fill="#888888"/>
|
|
|
|
<!-- Hull above waterline (gespiegelt: Bug links) -->
|
|
<path d="M 320 194 L 314 212 L 40 212 L 28 206 L 28 194 Z"
|
|
fill="#ffffff" stroke="#5a5a5a" stroke-width="0.6"/>
|
|
|
|
<!-- Akzent-Streifen am Rumpf in Orange -->
|
|
<rect x="34" y="207" width="280" height="2.5" fill="#e8833a"/>
|
|
|
|
<!-- Cabin / coachroof (gespiegelt) -->
|
|
<path d="M 230 194 L 220 183 L 105 183 L 95 194 Z"
|
|
fill="#e8e8e8" stroke="#5a5a5a" stroke-width="0.5"/>
|
|
|
|
<!-- Cabin window band -->
|
|
<rect x="109" y="185" width="105" height="6" rx="1" fill="#2a4a5d"/>
|
|
|
|
<!-- Underwater hull (gespiegelt: Bug-Schwung links) -->
|
|
<path d="M 314 212 L 298 224 L 56 224 L 40 212 Z" fill="#142a3a"/>
|
|
</svg>
|