Expand description
Layout tree.
The idea is to take the DOM tree and produce a layout tree with SVG concepts.
Structs§
- Filter
- Font
Properties - Font-related properties extracted from
ComputedValues. - Group
- Image
- Image in user-space coordinates.
- Layer
- The item being rendered inside a stacking context.
- Layout
Viewport - Used for elements that need to establish a new viewport, like
<svg>. - Marker
- Path
- A path known to be representable by Cairo.
- Shape
- Paths and basic shapes resolved to a path.
- Stacking
Context - SVG Stacking context, an inner node in the layout tree.
- Stroke
- Stroke parameters in user-space coordinates.
- Text
- Fully laid-out text in user-space coordinates.
- Text
Span - A single text span in user-space coordinates.