OptionalRotateList

Type Alias OptionalRotateList 

Source
type OptionalRotateList = Option<CommaSeparatedList<f64, 1, 4096>>;
Expand description

Type for the rotate attribute of the <text> and <tspan> elements

https://svgwg.org/svg2-draft/text.html#TSpanAttributes

See OptionalLengthList for a description of the structure of the type.

Aliased Type§

enum OptionalRotateList {
    None,
    Some(CommaSeparatedList<f64, 1, 4096>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(CommaSeparatedList<f64, 1, 4096>)

Some value of type T.