| 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="section_header" data-pptx-layout-name="Section Header"> |
| 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="section-header-rail" x="64" y="144" width="8" height="432" rx="4" fill="#CBD5E1" |
| 8 | data-pptx-layer="layout" data-pptx-editable="false"/> |
| 9 | <circle id="section-header-anchor" cx="1128" cy="180" r="72" fill="#F4F6F8" |
| 10 | stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 11 | <g id="section-header-title-slot" data-pptx-placeholder="title" |
| 12 | data-pptx-bounds="160 224 896 112"> |
| 13 | <text id="section-header-title-carrier" data-pptx-carrier="true" |
| 14 | x="160" y="298" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif" |
| 15 | font-size="50" font-weight="700">{{CHAPTER_TITLE}}</text> |
| 16 | </g> |
| 17 | <g id="section-header-body-slot" data-pptx-placeholder="body" data-pptx-idx="1" |
| 18 | data-pptx-bounds="160 356 800 92"> |
| 19 | <text id="section-header-body-carrier" data-pptx-carrier="true" |
| 20 | x="160" y="408" fill="#64748B" font-family="Arial, Microsoft YaHei, sans-serif" |
| 21 | font-size="24">{{CHAPTER_DESC}}</text> |
| 22 | </g> |
| 23 | </svg> |
| 24 |