| 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="editorial_bleed_master" data-pptx-master-name="Editorial Bleed" |
| 4 | data-pptx-layout="split_bleed" data-pptx-layout-name="Split Bleed"> |
| 5 | <rect id="master-background" x="0" y="0" width="1280" height="720" fill="#0F172A" |
| 6 | data-pptx-layer="master" data-pptx-editable="false"/> |
| 7 | <rect id="split-bleed-accent" x="720" y="168" width="72" height="6" rx="3" fill="#475569" |
| 8 | data-pptx-layer="layout" data-pptx-editable="false"/> |
| 9 | <g id="split-bleed-picture-slot" data-pptx-placeholder="picture" data-pptx-idx="1" |
| 10 | data-pptx-bounds="0 0 640 720"> |
| 11 | <image id="split-bleed-picture-carrier" data-pptx-carrier="true" |
| 12 | x="0" y="0" width="640" height="720" preserveAspectRatio="none" |
| 13 | href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="/> |
| 14 | </g> |
| 15 | <g id="split-bleed-title-slot" data-pptx-placeholder="title" |
| 16 | data-pptx-bounds="720 216 480 88"> |
| 17 | <text id="split-bleed-title-carrier" data-pptx-carrier="true" |
| 18 | x="720" y="280" fill="#F8FAFC" font-family="Arial, Microsoft YaHei, sans-serif" |
| 19 | font-size="40" font-weight="700">{{PAGE_TITLE}}</text> |
| 20 | </g> |
| 21 | <g id="split-bleed-body-slot" data-pptx-placeholder="body" data-pptx-idx="2" |
| 22 | data-pptx-bounds="720 336 480 240"> |
| 23 | <text id="split-bleed-body-carrier" data-pptx-carrier="true" |
| 24 | x="720" y="378" fill="#94A3B8" font-family="Arial, Microsoft YaHei, sans-serif" |
| 25 | font-size="21">{{CONTENT_AREA}}</text> |
| 26 | </g> |
| 27 | </svg> |
| 28 |