Module layout

Module layout 

Source
Expand description

Layout tree.

The idea is to take the DOM tree and produce a layout tree with SVG concepts.

Structs§

Filter
FontProperties
Font-related properties extracted from ComputedValues.
Group
Image
Image in user-space coordinates.
Layer
The item being rendered inside a stacking context.
LayoutViewport
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.
StackingContext
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.
TextSpan
A single text span in user-space coordinates.

Enums§

LayerKind

Functions§

get_filter 🔒
get_filter_from_filter_list 🔒