In my project, in order to draw a custom drawing I need to do operations like union, intersection and difference on two paths. Is there any API for doing such operations?
Yup, see Path.combine.
Path.combine
Most helpful comment
Yup, see
Path.combine
.