| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <svg xmlns="http://www.w3.org/2000/svg" |
| 3 | width="1280" height="720" viewBox="0 0 1280 720" |
| 4 | data-pptx-master="catarc_dark_master" data-pptx-master-name="CATARC Dark" |
| 5 | data-pptx-layout="section" data-pptx-layout-name="Section Header"> |
| 6 | <rect id="dark-master-background" x="0" y="0" width="1280" height="720" fill="#004098" |
| 7 | data-pptx-layer="master" data-pptx-editable="false"/> |
| 8 | <rect id="dark-master-top-rule" x="0" y="0" width="1280" height="4" fill="#FFFFFF" fill-opacity="0.35" |
| 9 | data-pptx-layer="master" data-pptx-editable="false"/> |
| 10 | <rect id="dark-master-bottom-rule" x="0" y="716" width="1280" height="4" fill="#FFFFFF" fill-opacity="0.35" |
| 11 | data-pptx-layer="master" data-pptx-editable="false"/> |
| 12 | |
| 13 | <circle id="section-circle-right" cx="1200" cy="100" r="200" fill="#FFFFFF" fill-opacity="0.03" |
| 14 | data-pptx-layer="layout" data-pptx-editable="false"/> |
| 15 | <circle id="section-circle-left" cx="100" cy="620" r="250" fill="#FFFFFF" fill-opacity="0.03" |
| 16 | data-pptx-layer="layout" data-pptx-editable="false"/> |
| 17 | <line id="section-horizontal-rule" x1="100" y1="360" x2="1180" y2="360" |
| 18 | stroke="#FFFFFF" stroke-width="1" stroke-opacity="0.12" |
| 19 | data-pptx-layer="layout" data-pptx-editable="false"/> |
| 20 | <rect id="section-title-accent" x="600" y="370" width="80" height="6" fill="#FFFFFF" |
| 21 | data-pptx-layer="layout" data-pptx-editable="false"/> |
| 22 | <g id="section-number-slot" data-pptx-placeholder="body" data-pptx-idx="1" |
| 23 | data-pptx-bounds="440 176 400 152"> |
| 24 | <text id="section-number-carrier" data-pptx-carrier="true" |
| 25 | x="640" y="288" text-anchor="middle" fill="#FFFFFF" fill-opacity="0.1" |
| 26 | font-family="Arial, sans-serif" font-size="120" font-weight="700">{{CHAPTER_NUM}}</text> |
| 27 | </g> |
| 28 | <g id="section-title-slot" data-pptx-placeholder="title" |
| 29 | data-pptx-bounds="180 398 920 86"> |
| 30 | <text id="section-title-carrier" data-pptx-carrier="true" |
| 31 | x="640" y="454" text-anchor="middle" fill="#FFFFFF" |
| 32 | font-family="Microsoft YaHei, SimHei, Arial, sans-serif" |
| 33 | font-size="48" font-weight="700">{{CHAPTER_TITLE}}</text> |
| 34 | </g> |
| 35 | <g id="section-subtitle-slot" data-pptx-placeholder="subtitle" data-pptx-idx="2" |
| 36 | data-pptx-bounds="240 494 800 50"> |
| 37 | <text id="section-subtitle-carrier" data-pptx-carrier="true" |
| 38 | x="640" y="528" text-anchor="middle" fill="#FFFFFF" fill-opacity="0.72" |
| 39 | font-family="Arial, Microsoft YaHei, sans-serif" font-size="24">{{CHAPTER_SUBTITLE}}</text> |
| 40 | </g> |
| 41 | </svg> |
| 42 |