2e14873f2d
Track application source and tests; exclude local env, user workspaces, and runtime data via .gitignore. Co-authored-by: Cursor <cursoragent@cursor.com>
52 lines
3.3 KiB
XML
52 lines
3.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="540" height="720" viewBox="0 0 540 720">
|
|
<defs>
|
|
<linearGradient id="sky" x1="50%" y1="0%" x2="50%" y2="100%">
|
|
<stop offset="0%" stop-color="#5a2b22"/>
|
|
<stop offset="42%" stop-color="#ffb27a" stop-opacity="0.88"/>
|
|
<stop offset="68%" stop-color="#d85f3b"/>
|
|
<stop offset="100%" stop-color="#241412"/>
|
|
</linearGradient>
|
|
<linearGradient id="overlay" x1="50%" y1="0%" x2="50%" y2="100%">
|
|
<stop offset="0%" stop-color="#000000" stop-opacity="0"/>
|
|
<stop offset="52%" stop-color="#000000" stop-opacity="0.08"/>
|
|
<stop offset="100%" stop-color="#120909" stop-opacity="0.82"/>
|
|
</linearGradient>
|
|
<radialGradient id="sun" cx="78%" cy="18%" r="34%">
|
|
<stop offset="0%" stop-color="#ffd0a8" stop-opacity="0.95"/>
|
|
<stop offset="55%" stop-color="#d85f3b" stop-opacity="0.24"/>
|
|
<stop offset="100%" stop-color="#d85f3b" stop-opacity="0"/>
|
|
</radialGradient>
|
|
<radialGradient id="vignette" cx="50%" cy="48%" r="72%">
|
|
<stop offset="55%" stop-color="#000000" stop-opacity="0"/>
|
|
<stop offset="100%" stop-color="#000000" stop-opacity="0.42"/>
|
|
</radialGradient>
|
|
<filter id="blurSoft" x="-30%" y="-30%" width="160%" height="160%">
|
|
<feGaussianBlur stdDeviation="24"/>
|
|
</filter>
|
|
<filter id="blurTight" x="-40%" y="-40%" width="180%" height="180%">
|
|
<feGaussianBlur stdDeviation="10"/>
|
|
</filter>
|
|
<filter id="grain" x="0%" y="0%" width="100%" height="100%">
|
|
<feTurbulence type="fractalNoise" baseFrequency="0.85" numOctaves="3" stitchTiles="stitch"/>
|
|
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0"/>
|
|
</filter>
|
|
</defs>
|
|
|
|
<rect width="540" height="720" fill="url(#sky)"/>
|
|
<rect width="540" height="720" fill="url(#sun)"/>
|
|
<circle cx="118" cy="168" r="58" fill="#ffe8d6" opacity="0.16" filter="url(#blurSoft)"/>
|
|
<circle cx="430" cy="248" r="42" fill="#ffe8d6" opacity="0.2" filter="url(#blurTight)"/>
|
|
<circle cx="360" cy="118" r="26" fill="#ffd0a8" opacity="0.34" filter="url(#blurTight)"/>
|
|
<circle cx="72" cy="320" r="18" fill="#ffe8d6" opacity="0.28" filter="url(#blurTight)"/>
|
|
<path d="M0 470 L90 404 L180 438 L286 372 L392 418 L500 360 L540 388 L540 720 L0 720 Z" fill="#241412" opacity="0.92"/>
|
|
<path d="M0 520 L120 468 L250 502 L360 456 L470 492 L540 460 L540 720 L0 720 Z" fill="#120909" opacity="0.55"/>
|
|
<rect width="540" height="720" fill="url(#overlay)"/>
|
|
<rect width="540" height="720" fill="url(#vignette)" opacity="0.42"/>
|
|
<rect width="540" height="720" filter="url(#grain)" opacity="0.28"/>
|
|
<text x="34" y="42" fill="rgba(255,255,255,0.72)" font-family="ui-sans-serif, system-ui, sans-serif" font-size="11" font-weight="700" letter-spacing="3.2">美食专题</text>
|
|
<text x="34" y="636" fill="#ffffff" font-family="Georgia, 'Times New Roman', serif" font-size="38" font-weight="600" letter-spacing="-0.4">麻婆豆腐</text>
|
|
|
|
<text x="34" y="672" fill="rgba(255,255,255,0.72)" font-family="ui-sans-serif, system-ui, sans-serif" font-size="14" letter-spacing="0.2">Mapo Tofu —</text>
|
|
<text x="506" y="698" text-anchor="end" fill="rgba(255,255,255,0.34)" font-family="ui-sans-serif, system-ui, sans-serif" font-size="10" letter-spacing="2.8">TKMIND</text>
|
|
</svg> |