blob: ff7f9156682b6436ea8d0e4ab805b7c0f0d0fd5a (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:h="http://www.w3.org/1999/xhtml"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="300" height="200" viewBox="0 0 300 200">
<rect x="130" y="50" width="70" height="70" fill="green" />
<rect x="100" y="80" width="70" height="70" fill="blue" />
<rect x="74" y="35" width="70" height="70" fill="red" />
</svg>
|