music(pwa): 自家 icon — 黑底圆角 + 金黄八分音符
deploy music / build-and-deploy (push) Successful in 2m3s

This commit is contained in:
Fam Zheng
2026-05-27 17:37:24 +01:00
parent e99a032852
commit 0b87085ca9
9 changed files with 629 additions and 0 deletions
@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
<rect width="512" height="512" rx="96" ry="96" fill="#0f0f0f"/>
<g fill="#f5b800">
<!-- stem (slight tilt) -->
<path d="M302 110 L322 105 L322 360 L302 365 Z"/>
<!-- flag: bezier swoop off the stem top -->
<path d="M322 105 C 400 130, 430 200, 380 270 C 410 210, 380 160, 322 145 Z"/>
<!-- note head: ellipse rotated -22° -->
<ellipse cx="250" cy="360" rx="64" ry="46" transform="rotate(-22 250 360)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 534 B