Created
March 1, 2023 14:28
-
-
Save fengyie007/b2925aa448a76b04d9b0708998ae5d39 to your computer and use it in GitHub Desktop.
seq_header.puml
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
@startuml | |
hide footbox | |
hide unlinked | |
'autonumber | |
skinparam style strictuml | |
skinparam { | |
shadowing false | |
backgroundColor #FEFEFE | |
'roundcorner 20 | |
'maxmessagesize 60 | |
'handwritten true | |
} | |
skinparam sequence { | |
ActorBorderColor 666 | |
ActorBackgroundColor white | |
'ActorBorderThickness .1 | |
'ActorFontColor black | |
DelayFontColor red | |
ParticipantBorderColor 666 | |
ParticipantBackgroundColor white | |
ParticipantBorderThickness 1.2 | |
ArrowColor 666 | |
'ArrowFontColor black | |
ArrowFontSize 12 | |
'ArrowFontStyle thin | |
'ArrowThickness 1 | |
LifeLineBorderColor 666 | |
DividerBorderThickness 1 | |
DividerBorderColor 666 | |
DividerFontStyle thin | |
GroupBorderThickness 1 | |
GroupBorderColor 666 | |
'GroupHeaderFontColor black | |
GroupHeaderFontStyle thin | |
'GroupFontColor black | |
GroupFontStyle thin | |
} | |
@enduml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment