Flutter: Is there any API to get union and intersection of two paths?

Created on 23 Feb 2018  ·  1Comment  ·  Source: flutter/flutter

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?

Most helpful comment

Yup, see Path.combine.

>All comments

Yup, see Path.combine.

Was this page helpful?
0 / 5 - 0 ratings