added sequences with same endpoints
This commit is contained in:
Binary file not shown.
@ -65,4 +65,10 @@ Alice <-- Bob: Another authentication Response
|
||||
_gap(size: 45)
|
||||
_seq("Alice", "Bob", comment: "message 3")
|
||||
_seq("Bob", "Alice", comment: "ok", dashed: true)
|
||||
})
|
||||
|
||||
#chronos.diagram({
|
||||
import "/src/diagram.typ": *
|
||||
_seq("Alice", "Alice", comment: "On the\nright")
|
||||
_seq("Alice", "Alice", flip: true, comment: "On the\nleft")
|
||||
})
|
Reference in New Issue
Block a user