arrow with style fails in some notations

0 votes
asked Oct 3, 2022 in Bug by boshka (3,940 points)
edited Oct 3, 2022 by boshka
Please see below. The upper link work, while the reversed "a [dashed]-> b" link fails. Should work both ways. Same for '-->' and '<--' and other arrows.

@startuml

component a {
}

component b {
}

'a <-[dashed] b
a [dashed]-> b

@enduml

1 Answer

0 votes
answered May 14, 2023 by kirchsth (4,880 points)

You could use a -[dashed]> b like below

BR Helmut

...