pub type SkewYComponent = NumericValue;Expand description
A skewY transform component used by the Typed OM.
This corresponds to CSSSkewY in the Typed OM specification. The value is
always present; omitted angles are represented as 0deg.
SkewY components are always two-dimensional.
Aliased Type§
#[repr(C)]pub enum SkewYComponent {
Unit(UnitValue),
Sum(MathSum),
}