pub type LineCap = SkSVGLineCap;
engine
#[repr(i32)]pub enum LineCap { Butt = 0, Round = 1, Square = 2, }