Hi there,
we are generating a diagram with a set of components which are containing classes. Each class has a set of properties. Properties between the classes may have edges. Classes in my example have more than 160 properties and it seems like there is an limit how much edges can be rendered for a class.
Additionally this breaks also the sizing of the class and bounding component so that they overlap each other.
Is there a limit on the number of attributes that can be part of an class, interface, etc or on the overall number of edges?
Here a link to a gist containing an example puml to showcase the issue:
plantuml-lots-of-edges.puml (github.com)