Labels on subcomponents to parent portouts not working

+1 vote
asked Mar 2, 2025 in Bug by Narcís Oriol
Label on line c1 --> po1: I is not seen on the rendered image.

@startuml
[i]
component C {
  portin p1
  portin p2
  portin p3
  portout po1
  portout po2
  portout po3
  component c1
}
[o]

i --> p1 : A
i --> p2 : B
i --> p3 : C
p1 --> c1 : D
p2 --> c1 : E
po1 --> o : F
po2 --> o : G
po3 --> o: H
c1 --> po1: I
@enduml

1 Answer

0 votes
answered Mar 2, 2025 by The-Lu (87,240 points)
commented Mar 2, 2025 by Narcis Oriol
Hi The-Lu,

Thank you very much.
...