pub type CompositeOperator = SkSVGFeCompositeOperator;
enum CompositeOperator { Over = 0, In = 1, Out = 2, Atop = 3, Xor = 4, Arithmetic = 5, }