When aggregating some simple (convex, <6 vertices) polygons via repeated unions I get this panic: thread 'main' panicked at 'Sweep line misses event to be removed', src/main.rs:1:1 I managed to create a .geojson [fixture](https://github.com/21re/rust-geo-booleanop/files/4448925/sl_miss_event_rm.zip) that provokes the panic: The black polygon is my aggregate, the orange one the one I want to union. Nudging the marked vertex unpanics the situation.  EDIT: added image, added fixture, more informations