Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-objectboundingbox-003-expected.svg
blob: 5df461a36fd505d030e25e73694e1701d8b43d6f [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<clipPath
id
=
"clip1"
clipPathUnits
=
"objectBoundingBox"
>
<circle
cx
=
"0.25"
cy
=
"0.25"
r
=
"0.25"
/>
</clipPath>
<rect
width
=
"200"
height
=
"200"
fill
=
"green"
clip-path
=
"url(#clip1)"
/>
</svg>