Files
geograsim/App/assets/img/containerschiff.svg
T
Adminator 1e51ef7def Nachtrag: alle bisher untracked Ordner + hängende Änderungen mit-committen
- 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>
2026-07-08 02:27:02 +02:00

36 lines
1.7 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 60" width="320" height="60" role="img">
<title>Containerschiff (vereinfacht)</title>
<desc>Vereinfachtes Containerschiff in Seitenansicht für Horizont-Animation, Bug links, einheitlich große Container</desc>
<!-- Wasser-Schatten -->
<ellipse cx="160" cy="54" rx="144" ry="1.8" fill="rgba(74,124,138,0.22)"/>
<!-- Hauptrumpf: Bug links zugespitzt, Transom-Heck rechts -->
<path d="M 6 48 L 22 34 L 308 34 L 308 48 L 14 48 Z"
fill="#1f3a4a" stroke="#0a1a25" stroke-width="0.5"/>
<!-- Antifouling-Streifen unter Wasserlinie -->
<rect x="18" y="45" width="290" height="2" fill="#a83a2e"/>
<!-- 10 einheitlich große Container (22 × 20), eine Reihe -->
<g stroke="#1f3a4a" stroke-width="0.5">
<rect x="42" y="14" width="22" height="20" fill="#c85c4a"/>
<rect x="64" y="14" width="22" height="20" fill="#4a7c8a"/>
<rect x="86" y="14" width="22" height="20" fill="#e8c547"/>
<rect x="108" y="14" width="22" height="20" fill="#5a8a5e"/>
<rect x="130" y="14" width="22" height="20" fill="#dca147"/>
<rect x="152" y="14" width="22" height="20" fill="#c85c4a"/>
<rect x="174" y="14" width="22" height="20" fill="#4a7c8a"/>
<rect x="196" y="14" width="22" height="20" fill="#e8c547"/>
<rect x="218" y="14" width="22" height="20" fill="#5a8a5e"/>
<rect x="240" y="14" width="22" height="20" fill="#dca147"/>
</g>
<!-- Brücke (Heck-Superstructure rechts, schlicht ohne Fenster-Raster) -->
<rect x="266" y="14" width="30" height="20" fill="#f4f1e8" stroke="#1f3a4a" stroke-width="0.6"/>
<!-- Schornstein -->
<rect x="276" y="4" width="10" height="10" fill="#1f3a4a"/>
</svg>