I am using plantuml for creating the class diagrams along with arrows and messages on the arrows. It works perfect untill the diagram is huge. In large diagrams where there are multiple arrows and multiple classes, the arrows gets overlapped with each other hiding/overlapping the arrows and messages on it. Is there any property or way to avoid these overlapping? It will be OK even if the diagram size grows. I read about -
overlap = false;
splines = true;
properties here, but I am not sure how to use it with PlantUML or SVG file.
Note : I am creating a SVG file from plantuml using java.