Closed cartesian-plane closed 7 months ago
No, but you could reduce these values
Well, it seems that plantuml always returns a huge SVG image, and SVG preview limit
does not work correctly, it should limit the rendered image so it would appear zoomed out, now it just reduces the detail, which is quite useless.
Thanks, it should now work as expected
If the tool window is open while editing the uml.txt file, making a typo like:
skinparam dpi 3000
(adding an extra 0) will trigger a warning from intelliJ; something about running out of heap memory.Could this be fixed by doing some simple validation before rendering is started?