Center and enlarge OS initials in PWA icon

This commit is contained in:
2026-04-26 22:41:31 +02:00
parent f1044b9ed4
commit 8248e00090

View File

@@ -3,6 +3,7 @@
<rect x="156" y="70" width="200" height="200" rx="0" fill="#031a49"/>
<path d="M156 170h200" stroke="#ffffff" stroke-width="16" stroke-linecap="square"/>
<circle cx="256" cy="170" r="55" fill="#ffffff"/>
<text x="96" y="420" fill="#031a49" font-family="Arial, Helvetica, sans-serif" font-size="154" font-weight="900" letter-spacing="-10">O</text>
<text x="256" y="420" fill="#006c70" font-family="Arial, Helvetica, sans-serif" font-size="154" font-weight="900" letter-spacing="-10">S</text>
<text x="256" y="430" text-anchor="middle" fill="#031a49" font-family="Arial, Helvetica, sans-serif" font-size="178" font-weight="900" letter-spacing="-14">
<tspan fill="#031a49">O</tspan><tspan fill="#006c70">S</tspan>
</text>
</svg>

Before

Width:  |  Height:  |  Size: 630 B

After

Width:  |  Height:  |  Size: 575 B