added gaps
This commit is contained in:
Binary file not shown.
@ -53,4 +53,16 @@ Alice <-- Bob: Another authentication Response
|
||||
_sep("Repetition")
|
||||
_seq("Alice", "Bob", comment: "Another authentication Request")
|
||||
_seq("Bob", "Alice", comment: "another authentication Response", dashed: true)
|
||||
})
|
||||
|
||||
#chronos.diagram({
|
||||
import "/src/diagram.typ": *
|
||||
_seq("Alice", "Bob", comment: "message 1")
|
||||
_seq("Bob", "Alice", comment: "ok", dashed: true)
|
||||
_gap()
|
||||
_seq("Alice", "Bob", comment: "message 2")
|
||||
_seq("Bob", "Alice", comment: "ok", dashed: true)
|
||||
_gap(size: 45)
|
||||
_seq("Alice", "Bob", comment: "message 3")
|
||||
_seq("Bob", "Alice", comment: "ok", dashed: true)
|
||||
})
|
Reference in New Issue
Block a user