Sign in
webkit
/
WebKit
/
a847461eedf68a16e2d2491447608ea3bf9d7890
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-shape-ellipse-1.svg
blob: 24292e63493536806e46d5281c955047e5971374 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<rect
width
=
"200"
height
=
"150"
fill
=
"green"
style
=
"
-webkit-clip-path
:
ellipse
(
50%
,
50%
,
50%
,
50%
)
"
/>
</svg>