9 lines
No EOL
252 B
XML
9 lines
No EOL
252 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<g>
|
|
<g transform="translate(50,50)">
|
|
<rect width="300" height="200" fill="green" />
|
|
<circle cx="200" cy="100" r="50" fill="yellow" />
|
|
</g>
|
|
</g>
|
|
</svg> |