Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
svg
/
clip-path
/
clip-path-content-invisible.svg
blob: 441faebb9381bc9493a755cefc92bb896fba128d [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<clipPath
id
=
"clip1"
>
<rect
width
=
"100"
height
=
"100"
style
=
"
visibility
:
hidden
;
"
/>
</clipPath>
<rect
height
=
"200"
width
=
"200"
fill
=
"green"
clip-path
=
"url(#clip1)"
/>
</svg>