| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <svg xmlns="http://www.w3.org/2000/svg" width="1024" height="768" viewBox="0 0 1024 768" |
| 3 | data-pptx-master="presentation_core_43_master" data-pptx-master-name="Presentation Core 4:3" |
| 4 | data-pptx-layout="section_header" data-pptx-layout-name="Section Header"> |
| 5 | <rect id="master-background" x="0" y="0" width="1024" height="768" fill="#FFFFFF" |
| 6 | data-pptx-layer="master" data-pptx-editable="false"/> |
| 7 | <rect id="section-header-accent" x="56" y="280" width="64" height="6" rx="3" fill="#CBD5E1" |
| 8 | data-pptx-layer="layout" data-pptx-editable="false"/> |
| 9 | <g id="section-header-title-slot" data-pptx-placeholder="title" |
| 10 | data-pptx-bounds="56 320 912 96"> |
| 11 | <text id="section-header-title-carrier" data-pptx-carrier="true" |
| 12 | x="56" y="392" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif" |
| 13 | font-size="44" font-weight="700">{{CHAPTER_TITLE}}</text> |
| 14 | </g> |
| 15 | <g id="section-header-desc-slot" data-pptx-placeholder="body" data-pptx-idx="1" |
| 16 | data-pptx-bounds="56 436 768 72"> |
| 17 | <text id="section-header-desc-carrier" data-pptx-carrier="true" |
| 18 | x="56" y="476" fill="#64748B" font-family="Arial, Microsoft YaHei, sans-serif" |
| 19 | font-size="20">{{CHAPTER_DESC}}</text> |
| 20 | </g> |
| 21 | </svg> |
| 22 |