plantuml / plantuml-core

Core library of PlantUML that runs completely on javascript without needing java/servers
https://plantuml.github.io/plantuml-core/
MIT License
105 stars 31 forks source link

ArrayIndexOutOfBoundsException when the diagram width becomes too large #9

Open T1mVo opened 5 months ago

T1mVo commented 5 months ago

While creating a class diagram using the JavaScript editor, I encountered the following error:

{"duration":61,"status":"General failure","exception":"java.lang.ArrayIndexOutOfBoundsException: Coordinate out of bounds!"}

After some brief testing, it seems that this error occurs if the width of the diagram becomes too large.