7 lines
203 B
XML
7 lines
203 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<g/>
|
|
<g transform="translate(10,10)">
|
|
<rect width="300" height="200" fill="green" />
|
|
</g>
|
|
</svg>
|