| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <svg xmlns="http://www.w3.org/2000/svg" width="1080" height="1920" viewBox="0 0 1080 1920" |
| 3 | data-pptx-master="story_vertical_master" data-pptx-master-name="Story Vertical" |
| 4 | data-pptx-layout="image_full" data-pptx-layout-name="Full-Bleed Image"> |
| 5 | <rect id="master-background" x="0" y="0" width="1080" height="1920" fill="#FFFFFF" |
| 6 | data-pptx-layer="master" data-pptx-editable="false"/> |
| 7 | <rect id="image-full-caption-band" x="0" y="1440" width="1080" height="300" fill="#F4F6F8" |
| 8 | data-pptx-layer="layout" data-pptx-editable="false"/> |
| 9 | <g id="image-full-picture-slot" data-pptx-placeholder="picture" data-pptx-idx="1" |
| 10 | data-pptx-bounds="0 0 1080 1440"> |
| 11 | <image id="image-full-picture-carrier" data-pptx-carrier="true" |
| 12 | x="0" y="0" width="1080" height="1440" preserveAspectRatio="none" |
| 13 | href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="/> |
| 14 | </g> |
| 15 | <g id="image-full-title-slot" data-pptx-placeholder="title" |
| 16 | data-pptx-bounds="80 1490 920 90"> |
| 17 | <text id="image-full-title-carrier" data-pptx-carrier="true" |
| 18 | x="80" y="1556" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif" |
| 19 | font-size="48" font-weight="700">{{PAGE_TITLE}}</text> |
| 20 | </g> |
| 21 | <g id="image-full-caption-slot" data-pptx-placeholder="body" data-pptx-idx="2" |
| 22 | data-pptx-bounds="80 1600 920 80"> |
| 23 | <text id="image-full-caption-carrier" data-pptx-carrier="true" |
| 24 | x="80" y="1650" fill="#64748B" font-family="Arial, Microsoft YaHei, sans-serif" |
| 25 | font-size="28">{{CAPTION}}</text> |
| 26 | </g> |
| 27 | </svg> |
| 28 |