pub type Verb = SkPath_Verb;
Verb instructs Path how to interpret one or more Point and optional conic weight; manage contour, and terminate Path.
Path
Point
#[repr(u32)]pub enum Verb { Move = 0, Line = 1, Quad = 2, Conic = 3, Cubic = 4, Close = 5, Done = 6, }