blob: 5f5b8357a9372e66cba540dcbddb0468aa97c2a9 [file] [log] [blame]
<!DOCTYPE html>
<svg width="100" height="200" style="background-color: red">
<image width="100" height="200" preserveAspectRatio="none"
xlink:href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 200'><rect width='100' height='200' fill='green'/></svg>"/>
</svg>
<svg width="100" height="200">
<image width="100" height="200" preserveAspectRatio="none"
xlink:href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle r='50' cx='50' cy='50' fill='green'/></svg>"/>
</svg>