1 <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200">
2 <circle r="100" cx="100" cy="100" fill="red"/>
3 <circle r="100" cx="100" cy="100" fill="green" transform="translate(200,0"/>
4 <!-- Per SVG Tiny 1.2, that last attribute is unsupported and must therefore be ignored. -->