Sign in
webkit
/
WebKit
/
f55c8d5a229dd3a052f61f168a5038f0e11b4fff
/
.
/
LayoutTests
/
svg
/
custom
/
visibility-override.svg
blob: 15afc7f221644c190385d56c82b89cfc60bc45ab [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<rect
fill
=
"red"
height
=
"100px"
width
=
"100px"
/>
<g
visibility
=
'hidden'
>
<rect
fill
=
"green"
height
=
"100px"
width
=
"100px"
visibility
=
'visible'
/>
<rect
fill
=
"red"
height
=
"100px"
width
=
"100px"
/>
</g>
</svg>