返回 ppt-master
18_多边形填缝.svg
根目录 / examples / ppt169_image_text_showcase / svg_output / 18_多边形填缝.svg
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
2 <defs>
3 <linearGradient id="natureBg" x1="0%" y1="0%" x2="100%" y2="100%">
4 <stop offset="0%" stop-color="#F5EDE0"/>
5 <stop offset="100%" stop-color="#F0E4D0"/>
6 </linearGradient>
7 <linearGradient id="sunsetGradText" x1="0%" y1="0%" x2="100%" y2="100%">
8 <stop offset="0%" stop-color="#F5A623"/>
9 <stop offset="100%" stop-color="#CC4A2A"/>
10 </linearGradient>
11 <clipPath id="hexClip">
12 <polygon points="220,100 580,100 760,360 580,620 220,620 40,360"/>
13 </clipPath>
14 </defs>
15
16 <!-- Background — warm natural light -->
17 <rect width="1280" height="720" fill="url(#natureBg)"/>
18
19 <!-- Hexagonal image — nature × sunset-gradient, left-center -->
20 <!-- Hex shadow hint -->
21 <polygon points="224,104 584,104 764,364 584,624 224,624 44,364" fill="#8B5A2A" fill-opacity="0.08"/>
22 <!-- Hex image -->
23 <image href="../images/p18_polygon_img.png" x="40" y="100" width="720" height="520"
24 clip-path="url(#hexClip)" preserveAspectRatio="xMidYMid slice"/>
25 <!-- Hex border -->
26 <polygon points="220,100 580,100 760,360 580,620 220,620 40,360"
27 fill="none" stroke="#8B5A2A" stroke-opacity="0.3" stroke-width="2"/>
28
29 <!-- Page meta -->
30 <text x="920" y="40" text-anchor="middle" font-family="Arial, sans-serif"
31 font-size="12" fill="#8B5A2A" fill-opacity="0.6" letter-spacing="2">P18 · nature × sunset-gradient</text>
32
33 <!-- Right text area — fills the gap to the right of hexagon -->
34 <text x="820" y="120" font-family="Georgia, 'Microsoft YaHei', serif"
35 font-size="38" font-weight="bold" fill="#3A2010">多边形</text>
36 <text x="820" y="164" font-family="Georgia, 'Microsoft YaHei', serif"
37 font-size="38" font-weight="bold" fill="#3A2010">裁切填缝</text>
38
39 <rect x="820" y="178" width="120" height="3" rx="1.5" fill="url(#sunsetGradText)"/>
40
41 <text x="820" y="216" font-family="Arial, 'Microsoft YaHei', sans-serif"
42 font-size="18" fill="#5A3A20">六边形 clipPath 裁切图像,</text>
43 <text x="820" y="242" font-family="Arial, 'Microsoft YaHei', sans-serif"
44 font-size="18" fill="#5A3A20">文字自由填充图形外的</text>
45 <text x="820" y="268" font-family="Arial, 'Microsoft YaHei', sans-serif"
46 font-size="18" fill="#5A3A20">负空间与角落区域。</text>
47
48 <text x="820" y="314" font-family="Arial, 'Microsoft YaHei', sans-serif"
49 font-size="15" fill="#8B5A2A">非矩形容器打破传统构图,</text>
50 <text x="820" y="338" font-family="Arial, 'Microsoft YaHei', sans-serif"
51 font-size="15" fill="#8B5A2A">制造有机流动感。</text>
52
53 <!-- Feature tags right side -->
54 <rect x="820" y="370" width="160" height="30" rx="4" fill="#8B5A2A" fill-opacity="0.1"/>
55 <text x="900" y="390" text-anchor="middle" font-family="Arial, 'Microsoft YaHei', sans-serif"
56 font-size="14" fill="#5A3A20">自然插画风格</text>
57
58 <rect x="820" y="410" width="160" height="30" rx="4" fill="#F5A623" fill-opacity="0.15"/>
59 <text x="900" y="430" text-anchor="middle" font-family="Arial, 'Microsoft YaHei', sans-serif"
60 font-size="14" fill="#8B5A20">落日渐变调色</text>
61
62 <rect x="820" y="450" width="160" height="30" rx="4" fill="#2A5A30" fill-opacity="0.1"/>
63 <text x="900" y="470" text-anchor="middle" font-family="Arial, 'Microsoft YaHei', sans-serif"
64 font-size="14" fill="#2A5A30">热带植物主题</text>
65
66 <!-- Bottom text filling lower corner -->
67 <text x="820" y="540" font-family="Arial, 'Microsoft YaHei', sans-serif"
68 font-size="15" fill="#8B5A2A">技术:</text>
69 <text x="820" y="564" font-family="Consolas, monospace" font-size="13" fill="#5A3A20">&lt;clipPath&gt; + &lt;polygon&gt;</text>
70 <text x="820" y="588" font-family="Consolas, monospace" font-size="13" fill="#5A3A20">六顶点六边形路径</text>
71 <text x="820" y="612" font-family="Consolas, monospace" font-size="13" fill="#5A3A20">preserveAspectRatio=slice</text>
72
73 <!-- Corner text fill — upper area of right column -->
74 <!-- Small right-side badge - top corner -->
75 <text x="1160" y="120" text-anchor="end" font-family="Arial, sans-serif"
76 font-size="13" fill="#8B5A2A" fill-opacity="0.5">nature</text>
77
78 <!-- Bottom annotation -->
79 <text x="640" y="688" text-anchor="middle" font-family="Arial, 'Microsoft YaHei', sans-serif"
80 font-size="15" fill="#8B5A2A" fill-opacity="0.7">非矩形图 · 文字填缝 · 有机流动感</text>
81
82 <text x="1240" y="700" text-anchor="end" font-family="Arial, sans-serif" font-size="13" fill="#8B5A2A" fill-opacity="0.5">18</text>
83 </svg>
84
84 lines Plain Text