Add some drawings about SMC
This commit is contained in:
parent
239a218e68
commit
000719166f
3 changed files with 14 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
interface "HTTP" as http_interface
|
||||
|
||||
[smc_backend] .down. http_interface : "REST"
|
||||
[rc_backend] .down. http_interface : "REST"
|
||||
[smc_backend] .down[#red]. http_interface : "REST"
|
||||
[rc_backend] .down[#red]. http_interface : "REST"
|
||||
|
||||
@enduml
|
11
drawings/smc/test.puml
Normal file
11
drawings/smc/test.puml
Normal file
|
@ -0,0 +1,11 @@
|
|||
@startuml
|
||||
title Bracketed line style mix
|
||||
node foo
|
||||
foo --> bar : ∅
|
||||
foo -[#red,thickness=1]-> bar1 : [#red,1]
|
||||
foo -[#red,dashed,thickness=2]-> bar2 : [#red,dashed,2]
|
||||
foo -[#green,dashed,thickness=4]-> bar3 : [#green,dashed,4]
|
||||
foo -[#blue,dotted,thickness=8]-> bar4 : [blue,dotted,8]
|
||||
foo -[#blue,plain,thickness=16]-> bar5 : [blue,plain,16]
|
||||
foo -[#blue;#green,dashed,thickness=4]-> bar6 : [blue;green,dashed,4]
|
||||
@enduml
|
Loading…
Reference in a new issue