Sign in
webkit
/
WebKit
/
0262859ca3a360fd8ea90b94b5f9700667584084
/
.
/
LayoutTests
/
svg
/
clip-path
/
mask-objectboundingbox-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>