scour/unittests/nested-useless-groups.svg
2015-12-06 19:59:06 +01:00

9 lines
253 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>