Skip to content

Instantly share code, notes, and snippets.

@euyuil
Created July 3, 2020 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save euyuil/a467f1fae3955a95d22dea96f628988d to your computer and use it in GitHub Desktop.
Save euyuil/a467f1fae3955a95d22dea96f628988d to your computer and use it in GitHub Desktop.
@startuml
!define dfd_f storage
!define dfd_db database
!define dfd_io rectangle
left to right direction
skinparam {
defaultTextAlignment center
shadowing false
}
skinparam dfd_f {
borderColor darkRed
fontSize 12
}
skinparam dfd_db {
borderColor darkRed
fontSize 12
}
skinparam dfd_io {
borderColor darkRed
fontSize 12
}
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment