Closed violets007 closed 2 years ago
Could you please send me idea.log file? It will help to find the issue.
2022-04-20 22:14:58,482 [85527004] INFO - STDERR - java.lang.NegativeArraySizeException: -1233295232
2022-04-20 22:14:58,483 [85527005] INFO - STDERR - at java.desktop/java.awt.image.DataBufferInt.
It's the limit of Raster, width * height must less than Int.MAX_VALUE. so large image will throw NegativeArraySizeException
.
Solution: Change the export format to SVG. (In v 2.1.8)
When I am exporting images, the following exception occurs