kicad/libs
Roberto Fernandez Bautista 1026c24c65 SHAPE_LINE_CHAIN fix rotation of indices after going through Clipper
Clipper might mess up the rotation of the indices such that an arc can be split between
the end point and wrap around to the start point. Detect if this happened and fix it as
required.

Also, handle arcs at the last segment of the chain correctly, meaning we can have arcs
towards the end of the chain that finish at the starting point of the chain.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/9670
2021-11-20 16:47:08 +00:00
..
kimath SHAPE_LINE_CHAIN fix rotation of indices after going through Clipper 2021-11-20 16:47:08 +00:00
kiplatform Another auto proxy tweak 2021-11-13 21:23:32 -05:00
sexpr Pass std::string by reference instead of on the stack where applicable. 2021-07-27 13:30:05 -04:00
CMakeLists.txt Add new kiplatform library for platform-specific code 2020-06-03 14:58:54 +00:00