Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
LayoutTests
/
svg
/
clip-path
/
mask-userspaceonuse-content-clip-expected.svg
blob: 95da50797c3ff92239f593905554e500fecfc319 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<mask
id
=
"mask"
x
=
"0"
y
=
"0"
width
=
"1"
height
=
"1"
>
<circle
cx
=
"100"
cy
=
"100"
r
=
"50"
fill
=
"white"
/>
</mask>
<rect
x
=
"0"
y
=
"0"
height
=
"200"
width
=
"200"
fill
=
"green"
mask
=
"url(#mask)"
/>
</svg>