Open
Description
Notes should be able to extend across more than two participants.
Note over A,B,C: This is a long note!
Also, it would be really useful to create graphical groups around arrows, similar to 'opt's in web sequence diagrams.
Group Handshake
A->B: Send PacketRequest
B->A: Send PacketResponse
EndGroup
Finally, for when web sequences grow too big, it would nice to have the ability to collapse these groups to save both vertical and horizontal space.
CollapsibleGroup ReadDB
A->B: Send SQLQuery
B->A: Send DataSet
EndGroup