ecd4f25700
Generate PNG icons from favicon.svg at build time so manifest icons resolve, replace legacy font tags with div wrappers, and tighten mobile layout so long text wraps instead of clipping. Co-authored-by: Cursor <cursoragent@cursor.com>
12 lines
594 B
XML
12 lines
594 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="道">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#1b8a5a"/>
|
|
<stop offset="100%" stop-color="#0f3460"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="512" height="512" rx="112" fill="url(#bg)"/>
|
|
<circle cx="256" cy="256" r="196" fill="none" stroke="#d4af37" stroke-width="10" opacity="0.85"/>
|
|
<text x="256" y="300" text-anchor="middle" font-size="220" font-family="'KaiTi','STKaiti','SimSun',serif" fill="#f5f5f5">道</text>
|
|
</svg>
|