LarpixClient/assets/splash.svg
2026-05-03 17:09:55 +02:00

16 lines
674 B
XML

<svg viewBox="0 0 36 36" xmlns="http://www.w3.org/2000/svg">
<defs>
<filter id="glow" x="-10%" y="-10%" width="140%" height="140%">
<feGaussianBlur stdDeviation="1.4" result="blur" />
<feComposite in="SourceGraphic" in2="blur" operator="over" />
</filter>
</defs>
<text x="50%" y="32" text-anchor="middle"
style="font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 56px; fill: #a64aff; filter: blur(5em); opacity: 0.6;">
o
</text>
<text x="50%" y="32" text-anchor="middle"
style="font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 56px; fill: #a64aff; filter: url(#glow);">
o
</text>
</svg>