Expand description
Structural elements in SVG: the g
, switch
, svg
, use
, symbol
, clip_path
, mask
, link
elements.
Structs§
- The
<clipPath>
element. - Intrinsic dimensions of an SVG document fragment: its
width/height
properties andviewBox
attribute. - The
<a>
element. - The
<mask>
element. - A no-op node that does not render anything
- The
<svg>
element. - The
<switch>
element. - The
<symbol>
element. - The
<use>
element.