Hi team,
I want to concatenate arrow in sequence diagram (msg1 and msg2 in my example), however 2 bugs found:
1. the text msg1 and msg2 are nto aligned vertically.
2. if the diagrame contains pages, then there will be strange things appearing in pages.
Regards,
Lucky
my code:
@startuml
!pragma teoz true
title test
s1->s2 ++: req
s2->s3 ++: fwd
return
return resp
newpage test1
s1->s2 ++: req
s2->s3 ++: fwd
return
return resp
s1 ->o s2: msg 1 \n
& s2 -> s3: msg 2
@enduml