Sign in
webkit
/
WebKit
/
3b4a71b86e9463fbde4635e3ee4b2228ac597d85
/
.
/
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>