Created
September 18, 2024 21:46
-
-
Save sa2812/1a4c97b1c122409c62b51e059ab1f818 to your computer and use it in GitHub Desktop.
Sequence Diagram
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { | |
| background: white; | |
| } | |
| .actor { | |
| stroke: #ccccff; | |
| fill: #ececff; | |
| } | |
| text.actor { | |
| fill: black; | |
| stroke: none; | |
| font-family: Helvetica; | |
| } | |
| .actor-line { | |
| stroke: grey; | |
| } | |
| .messageLine0 { | |
| stroke-width: 1.5; | |
| stroke-dasharray: '2 2'; | |
| marker-end: 'url(#arrowhead)'; | |
| stroke: black; | |
| } | |
| .messageLine1 { | |
| stroke-width: 1.5; | |
| stroke-dasharray: '2 2'; | |
| marker-end: 'url(#arrowhead)'; | |
| stroke: gray; | |
| } | |
| #arrowhead { | |
| fill: black; | |
| } | |
| .messageText { | |
| fill: black; | |
| stroke: none; | |
| font-family: 'trebuchet ms', verdana, arial; | |
| font-size: 14px; | |
| } | |
| .labelBox { | |
| stroke: #ccccff; | |
| fill: #ececff; | |
| } | |
| .labelText { | |
| fill: black; | |
| stroke: none; | |
| font-family: 'trebuchet ms', verdana, arial; | |
| } | |
| .loopText { | |
| fill: black; | |
| stroke: none; | |
| font-family: 'trebuchet ms', verdana, arial; | |
| } | |
| .loopLine { | |
| stroke-width: 2; | |
| stroke-dasharray: '2 2'; | |
| marker-end: 'url(#arrowhead)'; | |
| stroke: #ccccff; | |
| } | |
| .note { | |
| stroke: #decc93; | |
| fill: #fff5ad; | |
| } | |
| .noteText { | |
| fill: black; | |
| stroke: none; | |
| font-family: 'trebuchet ms', verdana, arial; | |
| font-size: 14px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment