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