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>
This commit is contained in:
BIN
.playwright-mcp/logo-orientation-check.png
Normal file
BIN
.playwright-mcp/logo-orientation-check.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
@@ -1,7 +1,7 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" width="256" height="256" aria-labelledby="logoTitle">
|
<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>
|
<title id="logoTitle">Woven abstract logo of communication waves</title>
|
||||||
|
|
||||||
<g fill-rule="evenodd" fill="none">
|
<g fill-rule="evenodd" fill="none" transform="translate(30, 30) rotate(90) scale(1, -1) translate(-30, -30)">
|
||||||
<!-- Scaled and positioned wave patterns -->
|
<!-- 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 - Left end segment --><path stroke="#E0E0E0" stroke-width="3" stroke-linecap="round" fill="none" d="M 15 30 L 22 20" />
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 884 B After Width: | Height: | Size: 958 B |
Reference in New Issue
Block a user