You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 28, 2024. It is now read-only.
Using large integers in the input paths gives overflowed values in the results. This seems to be solved by removing some casts from the library.
In ClipperOffset.java, there are casts to int, where the expected type is long. These casts can be removed:
also in Edge.java: