Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / masking / resources / circle.svg
blobaabab3d2feac1b66cec3c9ca21587dff4821434a
1 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="360" height="288">
2 <rect width="360" height="288" style="fill:rgb(0,0,0)" />
3 <circle cx="180" cy="144" r="80" style="fill:rgb(255,255,255)" />
4 </svg>