blob: f2652bfa0844f2679d4a8be8b6bdf959335fc236 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html>
<svg style="position: absolute; top: 100px; overflow: visible">
<rect width=100 height=100 x=100 y=100 fill=black />
<image width=100 height=100 x=0 y=-100
xlink:href='data:image/svg+xml,
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 200 200">
<rect width="100" height="100" x="0" y="0" fill="green"/>
</svg>'
/>
</svg>
|