Cannot Change the Arrow Type of the Self-Message in Sequence Diagram

0 votes
asked Nov 10, 2021 in Bug by anonymous

In a sequence diagram, the arrow type of the self-message on the right is changeable; the arrow on the left is not.

For example:

@startuml

data -> data : PIN

data ->> data : PIN

data <- data : PIN

data <<- data : PIN

@enduml

1 Answer

0 votes
answered Jun 2, 2024 by The-Lu (76,720 points)

Hi A., and all,

Thank for the report,

FYI, it is now fixed with the last PlantUML version:

Thanks to the PlantUML team and contributors and JimNyes

Regards,
Th.

...