Files
2026-04-14 17:12:20 -04:00

45 lines
2.1 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<!-- Fond plein pour le mode maskable (safe area = 80% du centre) -->
<rect width="512" height="512" fill="#1a1a2e"/>
<!-- Halo océan -->
<circle cx="256" cy="256" r="222" fill="#0f1a3a"/>
<!-- Anneaux radar -->
<circle cx="256" cy="256" r="195" fill="none" stroke="#2563eb" stroke-width="2.5" opacity="0.25"/>
<circle cx="256" cy="256" r="148" fill="none" stroke="#2563eb" stroke-width="2.5" opacity="0.35"/>
<circle cx="256" cy="256" r="100" fill="none" stroke="#2563eb" stroke-width="2.5" opacity="0.50"/>
<circle cx="256" cy="256" r="52" fill="none" stroke="#2563eb" stroke-width="2.5" opacity="0.65"/>
<!-- Réticule -->
<line x1="256" y1="61" x2="256" y2="451" stroke="#2563eb" stroke-width="1.5" opacity="0.18"/>
<line x1="61" y1="256" x2="451" y2="256" stroke="#2563eb" stroke-width="1.5" opacity="0.18"/>
<!-- Secteur de balayage (zone de détection sargasses) -->
<path d="M256 256 L415 97 A197 197 0 0 0 256 61 Z" fill="#f4720a" opacity="0.14"/>
<!-- Traîne du balayage (fondu) -->
<path d="M256 256 L415 97 A197 197 0 0 1 430 145 Z" fill="#60a5fa" opacity="0.08"/>
<!-- Tache sargasse détectée -->
<ellipse cx="355" cy="167" rx="30" ry="19" fill="#f4720a" opacity="0.75" transform="rotate(-38 355 167)"/>
<ellipse cx="326" cy="144" rx="19" ry="13" fill="#c44a05" opacity="0.65" transform="rotate(-30 326 144)"/>
<!-- Ligne de balayage radar -->
<line x1="256" y1="256" x2="415" y2="97" stroke="#60a5fa" stroke-width="4" stroke-linecap="round"/>
<!-- Blip : détection sargasse -->
<circle cx="355" cy="167" r="10" fill="#f4720a"/>
<circle cx="355" cy="167" r="17" fill="none" stroke="#f4720a" stroke-width="2" opacity="0.5"/>
<!-- Point central -->
<circle cx="256" cy="256" r="7" fill="#ffffff"/>
<circle cx="256" cy="256" r="12" fill="none" stroke="#ffffff" stroke-width="1.5" opacity="0.4"/>
<!-- "971" — signature Guadeloupe -->
<text x="256" y="446" text-anchor="middle"
font-family="'Arial Black', Arial, sans-serif"
font-size="58" font-weight="900" letter-spacing="4"
fill="#60a5fa" opacity="0.82">971</text>
</svg>