blob: 65d4170afa8aff9864dc23f3cf1bffdea1955406 (
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" y="80" width="10" height="10" fill="blue">
</rect>
</svg>
|