| 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="two_picture_caption" data-pptx-layout-name="Two Pictures with Captions"> |
| 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="two-picture-left-panel" x="64" y="152" width="552" height="320" rx="12" |
| 8 | fill="#EEF2F6" stroke="#D6DCE3" stroke-width="1" |
| 9 | data-pptx-layer="layout" data-pptx-editable="false"/> |
| 10 | <rect id="two-picture-right-panel" x="664" y="152" width="552" height="320" rx="12" |
| 11 | fill="#EEF2F6" stroke="#D6DCE3" stroke-width="1" |
| 12 | data-pptx-layer="layout" data-pptx-editable="false"/> |
| 13 | <rect id="two-picture-left-caption-panel" x="64" y="496" width="552" height="144" rx="12" |
| 14 | fill="#F4F6F8" stroke="#D6DCE3" stroke-width="1" |
| 15 | data-pptx-layer="layout" data-pptx-editable="false"/> |
| 16 | <rect id="two-picture-right-caption-panel" x="664" y="496" width="552" height="144" rx="12" |
| 17 | fill="#F4F6F8" stroke="#D6DCE3" stroke-width="1" |
| 18 | data-pptx-layer="layout" data-pptx-editable="false"/> |
| 19 | <g id="two-picture-title-slot" data-pptx-placeholder="title" |
| 20 | data-pptx-bounds="64 40 1152 72"> |
| 21 | <text id="two-picture-title-carrier" data-pptx-carrier="true" |
| 22 | x="64" y="90" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif" |
| 23 | font-size="36" font-weight="700">{{PAGE_TITLE}}</text> |
| 24 | </g> |
| 25 | <g id="two-picture-left-picture-slot" data-pptx-placeholder="picture" |
| 26 | data-pptx-idx="1" data-pptx-bounds="64 152 552 320"> |
| 27 | <image id="two-picture-left-picture-carrier" data-pptx-carrier="true" |
| 28 | x="64" y="152" width="552" height="320" preserveAspectRatio="none" |
| 29 | href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="/> |
| 30 | </g> |
| 31 | <g id="two-picture-right-picture-slot" data-pptx-placeholder="picture" |
| 32 | data-pptx-idx="2" data-pptx-bounds="664 152 552 320"> |
| 33 | <image id="two-picture-right-picture-carrier" data-pptx-carrier="true" |
| 34 | x="664" y="152" width="552" height="320" preserveAspectRatio="none" |
| 35 | href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="/> |
| 36 | </g> |
| 37 | <g id="two-picture-left-caption-slot" data-pptx-placeholder="body" |
| 38 | data-pptx-idx="3" data-pptx-bounds="88 520 504 96"> |
| 39 | <text id="two-picture-left-caption-carrier" data-pptx-carrier="true" |
| 40 | x="88" y="576" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif" |
| 41 | font-size="22">{{LEFT_CAPTION}}</text> |
| 42 | </g> |
| 43 | <g id="two-picture-right-caption-slot" data-pptx-placeholder="body" |
| 44 | data-pptx-idx="4" data-pptx-bounds="688 520 504 96"> |
| 45 | <text id="two-picture-right-caption-carrier" data-pptx-carrier="true" |
| 46 | x="688" y="576" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif" |
| 47 | font-size="22">{{RIGHT_CAPTION}}</text> |
| 48 | </g> |
| 49 | </svg> |
| 50 |