Commit e9381c127325bf9286fbd4feafea103f467ea1a4
Exists in
master
Merge branch 'master' of git.ucsd.edu:110swag/docs
Showing 1 changed file Side-by-side Diff
screen_sequence_diagrams/add_class.dot
View file @
e9381c1
1 | 1 | digraph G{ |
2 | 2 | ratio=0.75; |
3 | 3 | //rankdir="LR"; |
4 | - node[shape = box]; | |
5 | - //splines=ortho; | |
4 | + node[shape=box, style="rounded,filled,bold"]; | |
5 | + splines=ortho; | |
6 | 6 | nodesep=1.4; |
7 | 7 | "Sidebar Menu"[center=true, fillcolor="#aaaaff", style=filled,pos="0,0!"]; |
8 | 8 | "Controller"[center=true, fillcolor="#aaaaff", style=filled, shape = diamond]; |
... | ... | @@ -15,7 +15,8 @@ |
15 | 15 | "SUCCESS"[shape=none]; |
16 | 16 | "FAILURE"[shape=none]; |
17 | 17 | |
18 | - "Controller"[center=true, fillcolor="#aaaaff", style=filled, shape = diamond]; | |
18 | + "Controller"[center=true, fillcolor="#aaaaff", style=filled, shape = diamond, | |
19 | + fixedsize=true, width=1.4, height=1.4]; | |
19 | 20 | "WhiteListCheck"[center=true, fillcolor="#aaaaff", style=filled, style=filled]; |
20 | 21 | "Sidebar Menu" -> "POST"; |
21 | 22 | "POST" -> "Controller"; |