返回 ppt-master
20_黑板收场.svg
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
2 <defs>
3 <linearGradient id="chalkBg" x1="0%" y1="0%" x2="100%" y2="100%">
4 <stop offset="0%" stop-color="#1A3A1A"/>
5 <stop offset="100%" stop-color="#142A14"/>
6 </linearGradient>
7 <linearGradient id="chalkTextFade" x1="0%" y1="0%" x2="100%" y2="0%">
8 <stop offset="0%" stop-color="#E8E8E0" stop-opacity="0"/>
9 <stop offset="20%" stop-color="#E8E8E0" stop-opacity="1"/>
10 <stop offset="80%" stop-color="#E8E8E0" stop-opacity="1"/>
11 <stop offset="100%" stop-color="#E8E8E0" stop-opacity="0"/>
12 </linearGradient>
13 </defs>
14
15 <!-- Background — chalkboard dark green -->
16 <rect width="1280" height="720" fill="url(#chalkBg)"/>
17
18 <!-- Full-bleed chalkboard image -->
19 <image href="../images/p20_closing.png" x="0" y="0" width="1280" height="720"
20 preserveAspectRatio="xMidYMid slice"/>
21
22 <!-- Subtle vignette overlay -->
23 <rect width="1280" height="720" fill="#142A14" fill-opacity="0.35"/>
24
25 <!-- Top meta -->
26 <text x="640" y="52" text-anchor="middle" font-family="Consolas, monospace"
27 font-size="12" fill="#E8E8E0" fill-opacity="0.35" letter-spacing="3">P20 · chalkboard × mono-ink · 黑板收场</text>
28
29 <!-- Main centered closing text — chalk style -->
30 <text x="640" y="310" text-anchor="middle" font-family="Georgia, 'Microsoft YaHei', serif"
31 font-size="56" font-weight="bold" fill="#E8E8E0" fill-opacity="0.92" letter-spacing="4">每种组合</text>
32 <text x="640" y="382" text-anchor="middle" font-family="Georgia, 'Microsoft YaHei', serif"
33 font-size="56" font-weight="bold" fill="#E8E8E0" fill-opacity="0.92" letter-spacing="4">都是一种语言</text>
34
35 <!-- Chalk underline hint -->
36 <line x1="280" y1="398" x2="1000" y2="398" stroke="#E8E8E0" stroke-opacity="0.2" stroke-width="2"/>
37
38 <!-- Secondary text -->
39 <text x="640" y="460" text-anchor="middle" font-family="Arial, 'Microsoft YaHei', sans-serif"
40 font-size="20" fill="#E8E8E0" fill-opacity="0.6" letter-spacing="2">图 + 文 · 无穷组合 · 无穷可能</text>
41
42 <!-- Small bottom credit -->
43 <text x="640" y="650" text-anchor="middle" font-family="Consolas, monospace"
44 font-size="13" fill="#E8E8E0" fill-opacity="0.3" letter-spacing="4">PPT MASTER · 2026</text>
45
46 <!-- Page number -->
47 <text x="1240" y="700" text-anchor="end" font-family="Arial, sans-serif" font-size="13" fill="#E8E8E0" fill-opacity="0.3">20</text>
48 </svg>
49
49 lines Plain Text