https://issues.apache.org/ooo/show_bug.cgi?id=124453
Andre <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andre <[email protected]> --- Created attachment 82891 --> https://issues.apache.org/ooo/attachment.cgi?id=82891&action=edit Avoid crash After each top level subdivision step check if the resulting polygon has already exceeded the number of points (2^16) that can be handled by a tools polygon. If so, return the original and unmodified polygon. An alternative fix could throw an exception. That however, might cause problems when the Polygon::AdapativeSubdivide is called outside of a document import where exceptions are not (properly) handled. -- You are receiving this mail because: You are on the CC list for the issue. You are the assignee for the issue. You are watching all issue changes.
