| 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="quote_over_image" data-pptx-layout-name="Quote over Image"> |
| 5 | <defs> |
| 6 | <radialGradient id="quote-vignette-paint" cx="0.5" cy="0.5" r="0.5"> |
| 7 | <stop offset="0" stop-color="#000000" stop-opacity="0.42"/> |
| 8 | <stop offset="1" stop-color="#000000" stop-opacity="0.72"/> |
| 9 | </radialGradient> |
| 10 | </defs> |
| 11 | <rect id="master-background" x="0" y="0" width="1280" height="720" fill="#0F172A" |
| 12 | data-pptx-layer="master" data-pptx-editable="false"/> |
| 13 | <g id="quote-picture-slot" data-pptx-placeholder="picture" data-pptx-idx="1" |
| 14 | data-pptx-bounds="0 0 1280 720"> |
| 15 | <image id="quote-picture-carrier" data-pptx-carrier="true" |
| 16 | x="0" y="0" width="1280" height="720" preserveAspectRatio="none" |
| 17 | href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="/> |
| 18 | </g> |
| 19 | <rect id="quote-vignette" x="0" y="0" width="1280" height="720" |
| 20 | fill="url(#quote-vignette-paint)" data-pptx-role="decoration"/> |
| 21 | <g id="quote-text-slot" data-pptx-placeholder="title" |
| 22 | data-pptx-bounds="160 268 960 184"> |
| 23 | <text id="quote-text-carrier" data-pptx-carrier="true" |
| 24 | x="640" y="344" text-anchor="middle" fill="#FFFFFF" |
| 25 | font-family="Arial, Microsoft YaHei, sans-serif" font-size="44" font-weight="700">{{QUOTE_TEXT}}</text> |
| 26 | </g> |
| 27 | <g id="quote-attribution-slot" data-pptx-placeholder="body" data-pptx-idx="2" |
| 28 | data-pptx-bounds="160 492 960 48"> |
| 29 | <text id="quote-attribution-carrier" data-pptx-carrier="true" |
| 30 | x="640" y="528" text-anchor="middle" fill="#94A3B8" |
| 31 | font-family="Arial, Microsoft YaHei, sans-serif" font-size="20">{{ATTRIBUTION}}</text> |
| 32 | </g> |
| 33 | </svg> |
| 34 |