-
- Downloads
Make SHAPE_POLY_SET::CacheTriangulation() behavior same as previously.
Previously, SHAPE_POLY_SET::CacheTriangulation() was able to handle polygons with holes. Due to recent changes, CacheTriangulation( true ) handle polygons with holes, but CacheTriangulation( false ) did not handle polygons with holes, due to a missing call to Fracture(), lost in latest changes. This is now fixed. Fixes #5606 #5606