返回 ppt-master
15_data_story.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="presentation_core_master" data-pptx-master-name="Presentation Core"
4 data-pptx-layout="data_story" data-pptx-layout-name="Data Story">
5 <rect id="master-background" x="0" y="0" width="1280" height="720" fill="#FFFFFF"
6 data-pptx-layer="master" data-pptx-editable="false"/>
7 <rect id="data-story-evidence-panel" x="64" y="152" width="760" height="456" rx="12" fill="#F4F6F8"
8 stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
9 <rect id="data-story-insight-panel" x="856" y="152" width="360" height="456" rx="12" fill="#F4F6F8"
10 stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
11 <rect id="data-story-source-rule" x="64" y="632" width="1152" height="2" fill="#D6DCE3"
12 data-pptx-layer="layout" data-pptx-editable="false"/>
13 <g id="data-story-title-slot" data-pptx-placeholder="title"
14 data-pptx-bounds="64 40 1152 72">
15 <text id="data-story-title-carrier" data-pptx-carrier="true"
16 x="64" y="90" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif"
17 font-size="36" font-weight="700">{{PAGE_TITLE}}</text>
18 </g>
19 <g id="data-story-evidence-slot" data-pptx-placeholder="object" data-pptx-idx="1"
20 data-pptx-bounds="88 176 712 408">
21 <text id="data-story-evidence-carrier" data-pptx-carrier="true"
22 x="88" y="214" fill="#94A3B8"
23 font-family="Arial, Microsoft YaHei, sans-serif" font-size="22">{{CONTENT_AREA}}</text>
24 </g>
25 <g id="data-story-insight-slot" data-pptx-placeholder="body" data-pptx-idx="2"
26 data-pptx-bounds="888 184 296 360">
27 <text id="data-story-insight-carrier" data-pptx-carrier="true"
28 x="888" y="240" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif"
29 font-size="24" font-weight="700">{{KEY_MESSAGE}}</text>
30 </g>
31 <g id="data-story-source-slot" data-pptx-placeholder="footer" data-pptx-idx="3"
32 data-pptx-bounds="64 648 1152 32">
33 <text id="data-story-source-carrier" data-pptx-carrier="true"
34 x="64" y="670" fill="#94A3B8" font-family="Arial, Microsoft YaHei, sans-serif"
35 font-size="14">{{SOURCE}}</text>
36 </g>
37 </svg>
38
38 lines Plain Text