pub type LineJoin = SkSVGLineJoin_Type;
enum LineJoin { Miter = 0, Round = 1, Bevel = 2, Inherit = 3, }