Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-shape-view-box-expected.svg
blob: acda397df73c790fee7ecac9ba66ac0d1a3f51bf [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<defs>
<clipPath
id
=
"clip"
>
<circle
cx
=
"200"
cy
=
"200"
r
=
"200"
/>
</clipPath>
</defs>
<rect
width
=
"200"
height
=
"200"
fill
=
"green"
clip-path
=
"url(#clip)"
/>
</svg>