Add dashed arrow. (#69)

Bug:https://github.com/ArthurSonzogni/Diagon/issues/68
This commit is contained in:
Arthur Sonzogni
2023-08-27 10:55:16 +02:00
committed by GitHub
parent 81d56ea740
commit 469264d88f
11 changed files with 116 additions and 33 deletions
+4
View File
@@ -0,0 +1,4 @@
A --> B: Make me a sandwitch
B --> A: No
A --> B: Sudo make me a sandwitch
B --> A: Okay
+18
View File
@@ -0,0 +1,18 @@
┌─┐ ┌─┐
│A│ │B│
└┬┘ └┬┘
│ │
│ Make me a sandwitch │
│----------------------->│
│ │
│ No │
│<-----------------------│
│ │
│Sudo make me a sandwitch│
│----------------------->│
│ │
│ Okay │
│<-----------------------│
┌┴┐ ┌┴┐
│A│ │B│
└─┘ └─┘