Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fengyie007/b2925aa448a76b04d9b0708998ae5d39 to your computer and use it in GitHub Desktop.
Save fengyie007/b2925aa448a76b04d9b0708998ae5d39 to your computer and use it in GitHub Desktop.
seq_header.puml
@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