This commit is contained in:
2025-09-27 23:55:09 -04:00
parent 558ee54443
commit b02c9546d9
9 changed files with 11 additions and 10 deletions

View File

@@ -53,7 +53,7 @@ digraph TestAccountLoadSequence {
actor2_event2 ->
actor2_bottom;
// And one more time.
// Again
actor3_event2
actor3_event3
@@ -62,13 +62,12 @@ digraph TestAccountLoadSequence {
actor3_event3 ->
actor3_bottom;
// We connect each event src/dest. First we make sure they
// are vertically aligned.
// Connect each event src/dest. vertically aligned.
{rank=same; actor1_event1 actor2_event1}
{rank=same; actor2_event2 actor3_event2}
{ranke=same; actor3_event3 actor1_event3}
// Finally, we connect the dots.
// Connect the dots.
edge [constraint=false, arrowhead=normal];
actor1_event1 -> actor2_event1 [xlabel="AddAccount(Acount)"];