Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / hixie / transform / 001.xml
blob1a7646c518e1737624bcda2a393b0bf9a88de135
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. -->
5 </svg>