Component Diagram's portout wrong location when component is big

0 votes
asked May 30, 2023 in Bug by mkochel (120 points)

When you create nested component, portout is in wrong location. 

@startuml
component C {
  portout p1
  portout p2
  portout p3
  component c1
  component c2
  component c3
}
[o]
p1 --> o
p2 --> o
p3 --> o
c1 --> p1
c1 --> c2
c2 --> c3
@enduml

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...