Hello,
Found a weird issue while using ELK: when having a two classes linked to two other same node/classes, it simply crash.
Example:
@startuml "elk-crossing-node-crash"
!pragma layout elk
hide members
namespace Example {
class "A"
class "B"
class "C"
class "D"
class "E"
D ---> B
D ---> E
A --> D
A --> C
C --> B
C --> E 'arrow making problem
}
@enduml
Link
Herve-M