added short/start/end arrows

This commit is contained in:
2024-06-19 17:52:56 +02:00
parent 8deb26441d
commit 27ad9da458
6 changed files with 71 additions and 10 deletions

Binary file not shown.

Binary file not shown.

View File

@ -39,3 +39,13 @@
_seq("charlie", "alice", comment: "ok", dashed: true, disable-src: true)
})
#chronos.diagram({
import chronos: *
_seq("?", "Alice", comment: [?->\ *short* to actor1])
_seq("[", "Alice", comment: [\[->\ *from start* to actor1])
_seq("[", "Bob", comment: [\[->\ *from start* to actor2])
_seq("?", "Bob", comment: [?->\ *short* to actor2])
_seq("Alice", "]", comment: [->\]\ from actor1 *to end*])
_seq("Alice", "?", comment: [->?\ *short* from actor1])
_seq("Alice", "Bob", comment: [->\ from actor1 to actor2])
})