Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
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>