Skip to content

Commit

Permalink
Fix rendeing bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Oct 18, 2023
1 parent bdd37b6 commit b138459
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,12 @@ flowchart LR
del3{{Delegate\ncan: crud/read Alice's DB}}
newDel{{"Delegate\ncan: crud/read Alice's DB\n(Resissued) "}}
Alice --- del1 --> Bob -.- del2:::Revoked -.-x Carol --- del3 --> Dan
Alice --- newDel:::Reissued ---> Carol
Alice === del1 ==> Bob === del2:::Revoked ===x Carol === del3 ==> Dan
Alice === newDel:::Reissued ===> Carol
rev>Revoke!]
Alice --- rev:::Invocation ---> del2
Alice === rev:::Invocation
rev -.->|rev| del2
classDef Invocation stroke:#F00,fill:#F00,color:#000;
classDef Revoked stroke:#F00;
Expand Down Expand Up @@ -250,12 +251,13 @@ flowchart LR
delRev{{Delegate\ncan: ucan/revoke}}
Alice --- del1 --> Bob --- del2 --> Carol -.- del3 -.-x Dan
Alice --- delRev --> Zelda
Alice === del1 ==> Bob === del2 ===> Carol === del3 ===x Dan
Alice === delRev ===> Zelda
delRev -.->|cid| del2
rev>Revoke]
Zelda --- rev:::Invocation ---> del3
Zelda === rev:::Invocation ===> Alice
rev:::Invocation -.->|rev| del3
classDef Revoked stroke:#F00;
classDef Invocation stroke:#F00,fill:#F00,color:#000;
Expand Down

0 comments on commit b138459

Please sign in to comment.