added sequences with same endpoints

This commit is contained in:
2024-06-18 17:08:06 +02:00
parent adc50124ad
commit 0e0be4e76a
4 changed files with 50 additions and 17 deletions

Binary file not shown.

View File

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