Misplaced ports in component diagram

+1 vote
asked Oct 13, 2022 in Bug by Daniel

When the component diagram gets a bit more complex, it seems that the ports are misplaced.

They are not any more connected to the edge of the corresponding component they belong to.

Try this example, please ("123", "q7" and "EE" should be connected to the edge of "x1"):

@startuml

package "x11" {

component "x1" {
    [Controller]
    [cx]
    [Ba]
    [Q]
    [Q] --> Ba
    port 123
    [Controller] --> 123
    port EE
    cx--> EE
    port Q7
}

component "q1" {
    port k
}

Q7 --> k

component "App" {
    port API
}

123 --> API

}

cloud u {
    port xx    
}

EE --> xx


@enduml

commented Oct 13, 2022 by The-Lu (63,920 points)

Hello D., and all,

Here is the corresponding image:

  • Could you precise your request?

See also other similar pseudo-request here:

Regards,
Th.

1 Answer

0 votes
answered Apr 25, 2023 by The-Lu (63,920 points)

Hi all,

It seems now OK for port/portin,

But KO for portout:

Thanks to PlantUML teams for your next works.

Regards.

...