updates
This commit is contained in:
@@ -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)"];
|
||||
|
||||
Reference in New Issue
Block a user