1 2 3 4 5
pub type BezierSegment = [f64; 8]; pub type ScaledBezierChain = Vec<f64>; pub type EncodedScaledBezierChain = String;