Expand description
Layout tree.
The idea is to take the DOM tree and produce a layout tree with SVG concepts.
Structs
- Font-related properties extracted from
ComputedValues
. - Image in user-space coordinates.
- The item being rendered inside a stacking context.
- Paths and basic shapes resolved to a path.
- SVG Stacking context, an inner node in the layout tree.
- Stroke parameters in user-space coordinates.
- Fully laid-out text in user-space coordinates.
- A single text span in user-space coordinates.