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
Performing a union() on these shapes results the following error being thrown.
RangeError: Maximum call stack size exceeded
at Segment._ringsAfter (webpack://polygon-clipping/./src/segment.js?:475:32)
at Segment.ringsAfter (webpack://polygon-clipping/./src/segment.js?:470:77)
at Segment._ringsBefore (webpack://polygon-clipping/./src/segment.js?:464:50)
at Segment.ringsBefore (webpack://polygon-clipping/./src/segment.js?:457:77)
at Segment._ringsAfter (webpack://polygon-clipping/./src/segment.js?:476:24)
at Segment.ringsAfter (webpack://polygon-clipping/./src/segment.js?:470:77)
...
The text was updated successfully, but these errors were encountered:
Performing a
union()
on these shapes results the following error being thrown.The text was updated successfully, but these errors were encountered: