Sign in
webkit
/
WebKit
/
2460f0f427f628fc375ef165c5dc0d6e83a008e8
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-shape-ellipse-2-expected.svg
blob: 1996c54b3ea670e8c90280c9861b84bba7981330 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<defs>
<clipPath
id
=
"clip"
>
<ellipse
cx
=
"100"
cy
=
"75"
rx
=
"100"
ry
=
"75"
/>
</clipPath>
</defs>
<rect
width
=
"200"
height
=
"150"
fill
=
"green"
clip-path
=
"url(#clip)"
/>
</svg>