Created
July 3, 2020 14:22
-
-
Save euyuil/a467f1fae3955a95d22dea96f628988d to your computer and use it in GitHub Desktop.
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 | |
!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