constellation-analyzer/public/favicon.svg
Jan-Henrik Bruhn f56f928dcf Initial commit
2025-10-10 11:15:51 +02:00

26 lines
1.3 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<!-- Background circle -->
<circle cx="32" cy="32" r="32" fill="#3b82f6"/>
<!-- Constellation pattern with nodes and connections -->
<!-- Connection lines (edges) -->
<line x1="20" y1="20" x2="32" y2="32" stroke="#ffffff" stroke-width="2" opacity="0.6"/>
<line x1="32" y1="32" x2="44" y2="20" stroke="#ffffff" stroke-width="2" opacity="0.6"/>
<line x1="32" y1="32" x2="44" y2="44" stroke="#ffffff" stroke-width="2" opacity="0.6"/>
<line x1="32" y1="32" x2="20" y2="44" stroke="#ffffff" stroke-width="2" opacity="0.6"/>
<line x1="20" y1="20" x2="44" y2="20" stroke="#ffffff" stroke-width="1.5" opacity="0.4"/>
<line x1="44" y1="20" x2="44" y2="44" stroke="#ffffff" stroke-width="1.5" opacity="0.4"/>
<!-- Nodes (actors) -->
<circle cx="20" cy="20" r="4" fill="#ffffff"/>
<circle cx="44" cy="20" r="4" fill="#ffffff"/>
<circle cx="32" cy="32" r="5" fill="#fbbf24"/>
<circle cx="20" cy="44" r="4" fill="#ffffff"/>
<circle cx="44" cy="44" r="4" fill="#ffffff"/>
<!-- Glow effect on center node -->
<circle cx="32" cy="32" r="5" fill="none" stroke="#fbbf24" stroke-width="1" opacity="0.5">
<animate attributeName="r" values="5;7;5" dur="2s" repeatCount="indefinite"/>
<animate attributeName="opacity" values="0.5;0.2;0.5" dur="2s" repeatCount="indefinite"/>
</circle>
</svg>