Any progress here?
I found the following code snipped on your git Repo:
public DotSplines getDotSplines() {
final String value = getValue("linetype");
if ("polyline".equalsIgnoreCase(value)) {
return DotSplines.POLYLINE;
}
if ("ortho".equalsIgnoreCase(value)) {
return DotSplines.ORTHO;
}
return DotSplines.SPLINES;
}
And this Thread.
But isn't it possible to use this parameter to force orthogonal lines?
Big class diagrams are getting very confusing with curved lines.