12 lines
342 B
XML
12 lines
342 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
|
|
|
|
<rect width="100%" height="100%" fill="lime" />
|
|
|
|
<rect width="220" height="220" fill="red" />
|
|
|
|
<svg x="10" y="10" width="200" height="200">
|
|
<image width="200" height="200" href="blueRect10x10.png"/>
|
|
</svg>
|
|
|
|
<rect width="220" height="220" fill="lime" />
|
|
</svg>
|