Francisco Jose CHAVES

Results 2 issues of Francisco Jose CHAVES

Hi I made a test file with the use case that I am using and still generate some problems with the Difference. I used property-based testing with the "leanovate/gopter" library.

The following difference of `mp1` and `mp2` multipolygons gives the empty polygon, but the difference is not empty: ``` mp1 := geom.MultiPolygon{geom.Polygon{geom.Path{geom.Point{X: 99, Y: 164}, geom.Point{X: 99, Y: 108}, geom.Point{X:...