Closed peterstace closed 2 months ago
The bug caused some invalid polygons to be incorrectly identified as valid. Specifically, the bug occurred when an inner ring is outside of the outer ring, and the first control point of the inner ring is touching the outer ring.
Have you:
Added unit tests? Yes.
Add cmprefimpl tests? (if appropriate?) N/A.
Updated release notes? (if appropriate?) Yes.
Thanks for the review @albertteoh ! 🥳
Description
The bug caused some invalid polygons to be incorrectly identified as valid. Specifically, the bug occurred when an inner ring is outside of the outer ring, and the first control point of the inner ring is touching the outer ring.
Check List
Have you:
Added unit tests? Yes.
Add cmprefimpl tests? (if appropriate?) N/A.
Updated release notes? (if appropriate?) Yes.
Related Issue