Sequence Diagram: Cannot have two end of Arrow having different style

0 votes
asked May 26, 2024 in Bug by xiaoqi (700 points)
Hello,

Base on reference guide section 1.7, learnt for different type of arrow styles, I found following issue:

Bob <<-> Alice

In my understand, it should have the left arrow with Thin Head and right arrow with Normal Head, however, the diagram generated shows Thin Head on both end. If there any hint on why it like this?

Thanks, Xiaoqi

1 Answer

0 votes
answered Mar 7 by dickmaley (4,120 points)

Your understanding is correct.  The left arrow should be thin and the right arrow normal/bold.

@startuml 
Bob <<-> Alice
@enduml

produces

image

...