Missing arrowheads in sequence diagram

0 votes
asked May 16, 2021 in Bug by albert (3,520 points)

When having (an insane) diagram like:

@startuml
Alice <-> Alice : text
Alice <->o Alice : text
Alice o<->o Alice : text

Bob <-> Alice
Bob <->o Alice
Bob o<->o Alice
@enduml

the bottom 3 look all OK

the top 3 are all having just one arrow head (the circle seems to be OK).

Even though it is a bit an insane diagram I think that the both arrow heads should be present.
(plantuml version 1.2021.7beta1)
commented May 16, 2021 by The-Lu (64,340 points)

Hello A, and PlantUML team,

There are also issues with 'x arrow' as:

@startuml
participant Alice as a

== <color:red> KO ==
a x->    a : ""x->  ""
a <->    a : ""<->  ""
a o<->o  a : ""o<->o""
a <->o   a : ""<->o""
a x<->x  a : ""x<->x""
a x->o   a : ""x->o ""

@enduml

Regards,
Th.

1 Answer

0 votes
answered May 26, 2021 by The-Lu (64,340 points)

Hello all,

This is corrected on V1.2021.7 (23 May, 2021).

Thanks PlantUML for your works,

Regards,
Th.

...