返回 ppt-master
16_中心放射标注.svg
根目录 / examples / ppt169_image_text_showcase / svg_output / 16_中心放射标注.svg
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
2 <defs>
3 <linearGradient id="swissBg" x1="0%" y1="0%" x2="100%" y2="100%">
4 <stop offset="0%" stop-color="#FAFAFA"/>
5 <stop offset="100%" stop-color="#F4F4F4"/>
6 </linearGradient>
7 </defs>
8
9 <!-- Background — near white Swiss minimal -->
10 <rect width="1280" height="720" fill="url(#swissBg)"/>
11
12 <!-- Grid lines — very subtle, Bauhaus grid hint -->
13 <line x1="0" y1="360" x2="1280" y2="360" stroke="#111111" stroke-opacity="0.04" stroke-width="1"/>
14 <line x1="640" y1="0" x2="640" y2="720" stroke="#111111" stroke-opacity="0.04" stroke-width="1"/>
15
16 <!-- Top meta -->
17 <text x="640" y="32" text-anchor="middle" font-family="Consolas, monospace"
18 font-size="12" fill="#9090A0" letter-spacing="3">P16 · minimalist-swiss × editorial-classic</text>
19 <line x1="60" y1="44" x2="1220" y2="44" stroke="#111111" stroke-opacity="0.08" stroke-width="1"/>
20
21 <!-- Center image — square -->
22 <rect x="380" y="90" width="520" height="520" fill="#FFFFFF" stroke="#111111" stroke-opacity="0.1" stroke-width="1"/>
23 <image href="../images/p16_center_img.png" x="380" y="90" width="520" height="520"
24 preserveAspectRatio="xMidYMid slice"/>
25
26 <!-- Image border rule -->
27 <rect x="380" y="90" width="520" height="2" fill="#111111" fill-opacity="0.8"/>
28
29 <!-- ===== Six annotation leader lines and text ===== -->
30 <!-- Annotation dots on image edge + lines to text -->
31
32 <!-- TOP annotation -->
33 <line x1="640" y1="90" x2="640" y2="60" stroke="#111111" stroke-opacity="0.25" stroke-width="1"/>
34 <circle cx="640" cy="90" r="3" fill="#111111" fill-opacity="0.4"/>
35 <text x="640" y="54" text-anchor="middle" font-family="Arial, 'Microsoft YaHei', sans-serif"
36 font-size="15" fill="#111111" font-weight="bold">极简瑞士风格</text>
37
38 <!-- BOTTOM annotation -->
39 <line x1="640" y1="610" x2="640" y2="660" stroke="#111111" stroke-opacity="0.25" stroke-width="1"/>
40 <circle cx="640" cy="610" r="3" fill="#111111" fill-opacity="0.4"/>
41 <text x="640" y="676" text-anchor="middle" font-family="Arial, 'Microsoft YaHei', sans-serif"
42 font-size="15" fill="#111111">minimalist-swiss · grid-anchored</text>
43
44 <!-- LEFT annotation (upper) -->
45 <line x1="380" y1="240" x2="300" y2="200" stroke="#111111" stroke-opacity="0.25" stroke-width="1"/>
46 <circle cx="380" cy="240" r="3" fill="#111111" fill-opacity="0.4"/>
47 <text x="290" y="188" text-anchor="end" font-family="Arial, 'Microsoft YaHei', sans-serif"
48 font-size="15" fill="#111111" font-weight="bold">激进负空间</text>
49 <text x="290" y="210" text-anchor="end" font-family="Arial, 'Microsoft YaHei', sans-serif"
50 font-size="13" fill="#5A5A72">负空间即内容</text>
51
52 <!-- LEFT annotation (lower) -->
53 <line x1="380" y1="460" x2="300" y2="500" stroke="#111111" stroke-opacity="0.25" stroke-width="1"/>
54 <circle cx="380" cy="460" r="3" fill="#111111" fill-opacity="0.4"/>
55 <text x="290" y="498" text-anchor="end" font-family="Arial, 'Microsoft YaHei', sans-serif"
56 font-size="15" fill="#111111" font-weight="bold">几何简约</text>
57 <text x="290" y="520" text-anchor="end" font-family="Arial, 'Microsoft YaHei', sans-serif"
58 font-size="13" fill="#5A5A72">圆形 · 矩形 · 线条</text>
59
60 <!-- RIGHT annotation (upper) -->
61 <line x1="900" y1="240" x2="980" y2="200" stroke="#111111" stroke-opacity="0.25" stroke-width="1"/>
62 <circle cx="900" cy="240" r="3" fill="#111111" fill-opacity="0.4"/>
63 <text x="990" y="188" font-family="Arial, 'Microsoft YaHei', sans-serif"
64 font-size="15" fill="#111111" font-weight="bold">编辑经典</text>
65 <text x="990" y="210" font-family="Arial, 'Microsoft YaHei', sans-serif"
66 font-size="13" fill="#5A5A72">editorial-classic</text>
67
68 <!-- RIGHT annotation (lower) -->
69 <line x1="900" y1="460" x2="980" y2="500" stroke="#111111" stroke-opacity="0.25" stroke-width="1"/>
70 <circle cx="900" cy="460" r="3" fill="#111111" fill-opacity="0.4"/>
71 <text x="990" y="498" font-family="Arial, 'Microsoft YaHei', sans-serif"
72 font-size="15" fill="#111111" font-weight="bold">中心放射标注</text>
73 <text x="990" y="520" font-family="Arial, 'Microsoft YaHei', sans-serif"
74 font-size="13" fill="#5A5A72">radial annotation</text>
75
76 <!-- Primary accent — single purple rule -->
77 <rect x="60" y="680" width="200" height="2" fill="#7C6FF7"/>
78 <text x="60" y="705" font-family="Arial, 'Microsoft YaHei', sans-serif"
79 font-size="13" fill="#9090A0">图如产品 · 线如解析 · 字如说明书</text>
80
81 <!-- Page number -->
82 <text x="1240" y="700" text-anchor="end" font-family="Arial, sans-serif" font-size="13" fill="#9090A0">16</text>
83 </svg>
84
84 lines Plain Text