Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / clip-path / clip-path-shape-polygon-2.svg
blobe573fda91a4724f617187f87b8ad30f43d03a8a9
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <rect width="200" height="200" fill="green" style="-webkit-clip-path: polygon(evenodd, 0 0, 100px 200px, 200px 0, 0 200px, 100px 0, 200px 200px, 0 0)"/>
3 </svg>