Files
app/public/logo.svg
Albert 834baa5052 fix: Correct logo orientation with vertical flip and rotation
Applied transform to flip logo vertically then rotate clockwise 90 degrees

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-09 16:51:33 +00:00

16 lines
958 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" width="256" height="256" aria-labelledby="logoTitle">
<title id="logoTitle">Woven abstract logo of communication waves</title>
<g fill-rule="evenodd" fill="none" transform="translate(30, 30) rotate(90) scale(1, -1) translate(-30, -30)">
<!-- Scaled and positioned wave patterns -->
<!-- Jagged wave - Left end segment --><path stroke="#E0E0E0" stroke-width="3" stroke-linecap="round" fill="none" d="M 15 30 L 22 20" />
<!-- Jagged wave - Right end segment --><path stroke="#E0E0E0" stroke-width="3" stroke-linecap="round" fill="none" d="M 38 40 L 45 30" />
<!-- Curved wave (middle layer) --><path stroke="#909296" stroke-width="3" stroke-linecap="round" fill="none" d="M 15 30 Q 22 45, 30 30 Q 38 15, 45 30" />
<!-- Jagged wave - Center segment --><path stroke="#E0E0E0" stroke-width="3" stroke-linecap="round" fill="none" d="M 22 20 L 30 30 L 38 40" />
</g>
</svg>