added gaps

This commit is contained in:
2024-06-18 16:24:11 +02:00
parent b8d0c3468c
commit adc50124ad
4 changed files with 28 additions and 2 deletions

Binary file not shown.

View File

@ -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)
})