pub type SpreadMethod = SkSVGSpreadMethod_Type;
#[repr(i32)]pub enum SpreadMethod { Pad = 0, Repeat = 1, Reflect = 2, }