Type Alias style::values::specified::svg_path::CoordPair

source ·
pub type CoordPair = CoordinatePair<CSSFloat>;
Expand description

The path coord type.

Aliased Type§

struct CoordPair {
    pub x: f32,
    pub y: f32,
}

Fields§

§x: f32§y: f32