blob: db44b46a7a2cd5c2f14998e0bafba4a1734a05f4 (
plain)
1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<rect id="rect1" y="40" width="10" height="10" fill="blue">
</rect>
<rect id="rect2" x="150" y="80" width="10" height="10" fill="blue">
</rect>
</svg>
|