improved column layout

This commit is contained in:
2024-06-18 14:11:03 +02:00
parent 974eb92159
commit c7fba373a5
3 changed files with 31 additions and 4 deletions

Binary file not shown.

View File

@ -22,4 +22,10 @@ Alice <-- Bob: Another authentication Response
import "/src/diagram.typ": *
_seq("Bob", "Alice", comment: "bonjour", color: red)
_seq("Alice", "Bob", comment: "ok", color: blue)
})
#chronos.diagram({
import "/src/diagram.typ": *
_seq("Alice", "Bob", comment: "This is a test")
_seq("Alice", "Callum", comment: "This is another test with a long text")
})