pub type CoordPair = CoordinatePair<CSSFloat>;
The path coord type.
struct CoordPair { pub x: f32, pub y: f32, }
x: f32
y: f32