返回 ppt-master
07_triptych.svg
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg xmlns="http://www.w3.org/2000/svg" width="1280" height="720" viewBox="0 0 1280 720"
3 data-pptx-master="editorial_bleed_master" data-pptx-master-name="Editorial Bleed"
4 data-pptx-layout="triptych" data-pptx-layout-name="Triptych">
5 <defs>
6 <linearGradient id="triptych-top-paint" x1="0" y1="0" x2="0" y2="1">
7 <stop offset="0" stop-color="#000000" stop-opacity="0.78"/>
8 <stop offset="1" stop-color="#000000" stop-opacity="0"/>
9 </linearGradient>
10 <linearGradient id="triptych-bottom-paint" x1="0" y1="0" x2="0" y2="1">
11 <stop offset="0" stop-color="#000000" stop-opacity="0"/>
12 <stop offset="1" stop-color="#000000" stop-opacity="0.80"/>
13 </linearGradient>
14 </defs>
15 <rect id="master-background" x="0" y="0" width="1280" height="720" fill="#0F172A"
16 data-pptx-layer="master" data-pptx-editable="false"/>
17 <g id="triptych-picture-one-slot" data-pptx-placeholder="picture" data-pptx-idx="1"
18 data-pptx-bounds="0 0 427 720">
19 <image id="triptych-picture-one-carrier" data-pptx-carrier="true"
20 x="0" y="0" width="427" height="720" preserveAspectRatio="none"
21 href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="/>
22 </g>
23 <g id="triptych-picture-two-slot" data-pptx-placeholder="picture" data-pptx-idx="2"
24 data-pptx-bounds="427 0 427 720">
25 <image id="triptych-picture-two-carrier" data-pptx-carrier="true"
26 x="427" y="0" width="427" height="720" preserveAspectRatio="none"
27 href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="/>
28 </g>
29 <g id="triptych-picture-three-slot" data-pptx-placeholder="picture" data-pptx-idx="3"
30 data-pptx-bounds="854 0 426 720">
31 <image id="triptych-picture-three-carrier" data-pptx-carrier="true"
32 x="854" y="0" width="426" height="720" preserveAspectRatio="none"
33 href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="/>
34 </g>
35 <rect id="triptych-top-scrim" x="0" y="0" width="1280" height="200"
36 fill="url(#triptych-top-paint)" data-pptx-role="decoration"/>
37 <rect id="triptych-bottom-scrim" x="0" y="440" width="1280" height="280"
38 fill="url(#triptych-bottom-paint)" data-pptx-role="decoration"/>
39 <g id="triptych-title-slot" data-pptx-placeholder="title"
40 data-pptx-bounds="80 64 1120 72">
41 <text id="triptych-title-carrier" data-pptx-carrier="true"
42 x="80" y="118" fill="#FFFFFF" font-family="Arial, Microsoft YaHei, sans-serif"
43 font-size="34" font-weight="700">{{PAGE_TITLE}}</text>
44 </g>
45 <g id="triptych-caption-one-slot" data-pptx-placeholder="object" data-pptx-idx="4"
46 data-pptx-bounds="32 560 363 128">
47 <text id="triptych-caption-one-carrier" data-pptx-carrier="true"
48 x="32" y="604" fill="#F8FAFC" font-family="Arial, Microsoft YaHei, sans-serif"
49 font-size="20">{{CAPTION_1}}</text>
50 </g>
51 <g id="triptych-caption-two-slot" data-pptx-placeholder="object" data-pptx-idx="5"
52 data-pptx-bounds="459 560 363 128">
53 <text id="triptych-caption-two-carrier" data-pptx-carrier="true"
54 x="459" y="604" fill="#F8FAFC" font-family="Arial, Microsoft YaHei, sans-serif"
55 font-size="20">{{CAPTION_2}}</text>
56 </g>
57 <g id="triptych-caption-three-slot" data-pptx-placeholder="object" data-pptx-idx="6"
58 data-pptx-bounds="886 560 362 128">
59 <text id="triptych-caption-three-carrier" data-pptx-carrier="true"
60 x="886" y="604" fill="#F8FAFC" font-family="Arial, Microsoft YaHei, sans-serif"
61 font-size="20">{{CAPTION_3}}</text>
62 </g>
63 </svg>
64
64 lines Plain Text