pub type LineJoin = SkSVGLineJoin_Type;
#[repr(i32)]pub enum LineJoin { Miter = 0, Round = 1, Bevel = 2, Inherit = 3, }