pyclipper icon indicating copy to clipboard operation
pyclipper copied to clipboard

Union: contour order dependent on platform

Open madig opened this issue 6 years ago • 0 comments

Original issue: https://github.com/typemytype/booleanOperations/issues/55 -- reproducer script: https://gist.github.com/madig/998ec05ef8a496f984aaa86aeceda6fc

This passes on my Windows 10 machine and on the one of my colleague, but fails on macOS and Linux, which order the contours differently. Linux and macOS produce more similar output, but do not come to the same result.

Maybe there's some undefined sorting going on.

madig avatar Nov 01 '19 18:11 madig