Sign in
webkit
/
WebKit
/
19e52add6f30e26c5fff78e2223e0618385a5a3d
/
.
/
LayoutTests
/
svg
/
masking
/
resources
/
mask-resource.svg
blob: 4da23bd5cbb4a07c4bba7b38169534a899786dd1 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<mask
id
=
"mask"
mask-type
=
"luminance"
>
<rect
width
=
"200"
height
=
"200"
fill
=
"black"
/>
<rect
x
=
"50"
y
=
"50"
width
=
"100"
height
=
"100"
fill
=
"white"
/>
</mask>
</svg>