pub type SpreadMethod = SkSVGSpreadMethod_Type;
enum SpreadMethod { Pad = 0, Repeat = 1, Reflect = 2, }