返回 ppt-master
10_process_timeline.svg
根目录 / skills / ppt-master / templates / layouts / report_core / templates / 10_process_timeline.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="report_core_content_master" data-pptx-master-name="Report Core Content"
4 data-pptx-layout="process_timeline" data-pptx-layout-name="Process Timeline">
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 <line id="master-header-rule" x1="48" y1="64" x2="1232" y2="64" stroke="#E2E8F0"
8 stroke-width="1" data-pptx-layer="master" data-pptx-editable="false"/>
9 <line id="master-footer-rule" x1="48" y1="664" x2="1232" y2="664" stroke="#E2E8F0"
10 stroke-width="1" data-pptx-layer="master" data-pptx-editable="false"/>
11 <line id="process-timeline-axis" x1="196" y1="280" x2="1084" y2="280" stroke="#CBD5E1"
12 stroke-width="3" data-pptx-layer="layout" data-pptx-editable="false"/>
13 <circle id="process-timeline-node-one" cx="196" cy="280" r="10" fill="#FFFFFF" stroke="#94A3B8"
14 stroke-width="3" data-pptx-layer="layout" data-pptx-editable="false"/>
15 <circle id="process-timeline-node-two" cx="492" cy="280" r="10" fill="#FFFFFF" stroke="#94A3B8"
16 stroke-width="3" data-pptx-layer="layout" data-pptx-editable="false"/>
17 <circle id="process-timeline-node-three" cx="788" cy="280" r="10" fill="#FFFFFF" stroke="#94A3B8"
18 stroke-width="3" data-pptx-layer="layout" data-pptx-editable="false"/>
19 <circle id="process-timeline-node-four" cx="1084" cy="280" r="10" fill="#FFFFFF" stroke="#94A3B8"
20 stroke-width="3" data-pptx-layer="layout" data-pptx-editable="false"/>
21 <rect id="process-timeline-takeaway-panel" x="48" y="568" width="1184" height="64" rx="8"
22 fill="#F8FAFC" stroke="#E2E8F0" stroke-width="1"
23 data-pptx-layer="layout" data-pptx-editable="false"/>
24 <g id="process-timeline-title-slot" data-pptx-placeholder="title"
25 data-pptx-bounds="48 88 1184 56">
26 <text id="process-timeline-title-carrier" data-pptx-carrier="true"
27 x="48" y="130" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif"
28 font-size="28" font-weight="700">{{PAGE_TITLE}}</text>
29 </g>
30 <g id="process-timeline-one-slot" data-pptx-placeholder="object" data-pptx-idx="1"
31 data-pptx-bounds="60 320 272 200">
32 <text id="process-timeline-one-carrier" data-pptx-carrier="true"
33 x="196" y="356" text-anchor="middle" fill="#334155"
34 font-family="Arial, Microsoft YaHei, sans-serif" font-size="18">{{STEP_1}}</text>
35 </g>
36 <g id="process-timeline-two-slot" data-pptx-placeholder="object" data-pptx-idx="2"
37 data-pptx-bounds="356 320 272 200">
38 <text id="process-timeline-two-carrier" data-pptx-carrier="true"
39 x="492" y="356" text-anchor="middle" fill="#334155"
40 font-family="Arial, Microsoft YaHei, sans-serif" font-size="18">{{STEP_2}}</text>
41 </g>
42 <g id="process-timeline-three-slot" data-pptx-placeholder="object" data-pptx-idx="3"
43 data-pptx-bounds="652 320 272 200">
44 <text id="process-timeline-three-carrier" data-pptx-carrier="true"
45 x="788" y="356" text-anchor="middle" fill="#334155"
46 font-family="Arial, Microsoft YaHei, sans-serif" font-size="18">{{STEP_3}}</text>
47 </g>
48 <g id="process-timeline-four-slot" data-pptx-placeholder="object" data-pptx-idx="4"
49 data-pptx-bounds="948 320 272 200">
50 <text id="process-timeline-four-carrier" data-pptx-carrier="true"
51 x="1084" y="356" text-anchor="middle" fill="#334155"
52 font-family="Arial, Microsoft YaHei, sans-serif" font-size="18">{{STEP_4}}</text>
53 </g>
54 <g id="process-timeline-takeaway-slot" data-pptx-placeholder="body" data-pptx-idx="5"
55 data-pptx-bounds="72 584 1136 32">
56 <text id="process-timeline-takeaway-carrier" data-pptx-carrier="true"
57 x="640" y="608" text-anchor="middle" fill="#475569"
58 font-family="Arial, Microsoft YaHei, sans-serif" font-size="17">{{KEY_MESSAGE}}</text>
59 </g>
60 <g id="process-timeline-footer-slot" data-pptx-placeholder="footer" data-pptx-idx="6"
61 data-pptx-bounds="48 676 900 32">
62 <text id="process-timeline-footer-carrier" data-pptx-carrier="true"
63 x="48" y="698" fill="#94A3B8" font-family="Arial, Microsoft YaHei, sans-serif"
64 font-size="12">{{FOOTER_NOTE}}</text>
65 </g>
66 <g id="process-timeline-pagenum-slot" data-pptx-placeholder="slide-number" data-pptx-idx="7"
67 data-pptx-bounds="1112 676 120 32">
68 <text id="process-timeline-pagenum-carrier" data-pptx-carrier="true"
69 x="1232" y="698" text-anchor="end" fill="#94A3B8"
70 font-family="Arial, Microsoft YaHei, sans-serif" font-size="12">{{PAGE_NUM}}</text>
71 </g>
72 </svg>
73
73 lines Plain Text