Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / clip-path / clip-path-shape-ellipse-1-expected.svg
blob1996c54b3ea670e8c90280c9861b84bba7981330
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <defs>
3 <clipPath id="clip">
4 <ellipse cx="100" cy="75" rx="100" ry="75"/>
5 </clipPath>
6 </defs>
7 <rect width="200" height="150" fill="green" clip-path="url(#clip)"/>
8 </svg>