blob: b884f4e5bb9db3302815777ca07a30b53ab16664 (
plain)
1
2
3
4
5
6
|
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="100" height="100">
<circle cx="10" cy="10" r="10" fill="blue"/>
<circle cx="30" cy="30" r="10" fill="blue"/>
</svg>
|