Thank you for sharing the clipper tool, which is very good in practical applications. However, when applying polygons containing arcs, it was necessary to decompose the arcs into N multiple line segments and then use the clipper. Offset or Boolean operations are particularly slow. I searched other libraries on GitHub for similar solutions. Is there a plan for the clipper to support arc structures. See below
https://github.com/jbuckmccready/CavalierContours#cavaliercontours-arcs-included-vs-clipper

The difference in speed between the two

Thank you for sharing the clipper tool, which is very good in practical applications. However, when applying polygons containing arcs, it was necessary to decompose the arcs into N multiple line segments and then use the clipper. Offset or Boolean operations are particularly slow. I searched other libraries on GitHub for similar solutions. Is there a plan for the clipper to support arc structures. See below
https://github.com/jbuckmccready/CavalierContours#cavaliercontours-arcs-included-vs-clipper


The difference in speed between the two