8 lines
260 B
XML
8 lines
260 B
XML
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
width="400" height="400">
|
|
<g>
|
|
<rect x="100" y="100" width="50" height="50" fill="lime"/>
|
|
<rect x="200" y="100" width="50" height="50" fill="lime"/>
|
|
</g>
|
|
</svg>
|