The visibility
attribute lets you control the visibility of graphical elements. With a value of hidden
or collapse
the current graphics element is invisible.
visibility
attribute is set to hidden
on a <tspan>
, <tref>
or <altglyph>
element, then the text is invisible but still takes up space in text layout calculations.Depending on the value of attribute pointer-events
, graphics elements which have their visibility
attribute set to hidden
still might receive events.
As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css visibility
for further information.
Categories | Presentation attribute |
---|---|
Value | visible | hidden | collapse | inherit |
Animatable | Yes |
Normative document | SVG 1.1 (2nd Edition) |
The following elements can use the visibility
attribute
display
attributecss visibility
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/visibility