Module structure

Module structure 

Source
Expand description

Structural elements in SVG: the g, switch, svg, use, symbol, clip_path, mask, link elements.

Structs§

ClipPath
The <clipPath> element.
ClipPathUnits
Group
IntrinsicDimensions
Intrinsic dimensions of an SVG document fragment: its width/height properties and viewBox attribute.
Link
The <a> element.
Mask
The <mask> element.
MaskContentUnits
MaskUnits
NonRendering
A no-op node that does not render anything
Svg
The <svg> element.
Switch
The <switch> element.
Symbol
The <symbol> element.
Use
The <use> element.

Functions§

extents_of_transformed_children 🔒