blob: 4a9d84955e66e4d9bf0d8d257ede5c1e7a85617d (
plain)
1
2
3
4
5
6
7
|
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<rect width="100" height="100" fill="blue"/>
<image xlink:href="defer-unsupported-1-helper.svg" width="200" height="100"
preserveAspectRatio="defer xMinYMin"/>
</svg>
|