Type Alias kurbo::Dashes

source ·
pub type Dashes = SmallVec<[f64; 4]>;
Expand description

Collection of values representing lengths in a dash pattern.

Aliased Type§

struct Dashes { /* private fields */ }