Sign in
webkit
/
WebKit
/
576a979610e4022489e162a6cf99857a249b2267
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-no-content-002.svg
blob: 51dc86cdf44e93fb513a5d4cad222ad7189223eb [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<clipPath
id
=
"clip1"
>
<circle
cx
=
"400"
cy
=
"400"
r
=
"100"
/>
</clipPath>
<rect
width
=
"200"
height
=
"200"
fill
=
"green"
clip-path
=
"url(#clip1)"
/>
</svg>