Center PriceGhost header SVG in viewBox

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
clucraft 2026-01-23 13:57:30 -05:00
parent afa4f0c96a
commit 01d6da7cea

View file

@ -22,7 +22,7 @@
</defs> </defs>
<!-- Ghost Icon (scaled down) --> <!-- Ghost Icon (scaled down) -->
<g transform="translate(10, 10) scale(0.195)"> <g transform="translate(100, 10) scale(0.195)">
<!-- Background circle --> <!-- Background circle -->
<circle cx="256" cy="256" r="240" fill="url(#ghostGrad)"/> <circle cx="256" cy="256" r="240" fill="url(#ghostGrad)"/>
<!-- Ghost body --> <!-- Ghost body -->
@ -39,6 +39,6 @@
</g> </g>
<!-- "PriceGhost" text - Price solid, Ghost with fade effect --> <!-- "PriceGhost" text - Price solid, Ghost with fade effect -->
<text x="125" y="78" font-family="system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif" font-size="52" font-weight="700" fill="#1f2937">Price</text> <text x="215" y="78" font-family="system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif" font-size="52" font-weight="700" fill="#1f2937">Price</text>
<text x="249" y="78" font-family="system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif" font-size="52" font-weight="700" fill="url(#textFade)" filter="url(#glow)">Ghost</text> <text x="339" y="78" font-family="system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif" font-size="52" font-weight="700" fill="url(#textFade)" filter="url(#glow)">Ghost</text>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Before After
Before After