Skip to content

Commit

Permalink
Added copy mode writing legend and realigned nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Feb 16, 2018
1 parent f6624e8 commit f2d4941
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions documentation/workflow.dot
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ digraph workflow{

copy [shape=box, margin=0, color=grey82, fillcolor=grey93, fontname="Arial", label = <
<TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" CELLPADDING="4">
<TR><TD COLSPAN="2"><FONT POINT-SIZE="18">Copy mode</FONT></TD>
<TR><TD COLSPAN="2"><FONT POINT-SIZE="18">Copy Mode</FONT></TD>
</TR>
<TR><TD>LED:</TD> <TD BGCOLOR="blue"><FONT COLOR="blue">Blue</FONT></TD>
<TR><TD ROWSPAN="2">LED:</TD> <TD BGCOLOR="blue"><FONT COLOR="blue">Blue</FONT> </TD></TR>
<TR><TD BGCOLOR="red"><FONT COLOR="white">writing</FONT></TD>
</TR>
</TABLE>>];

Expand Down Expand Up @@ -65,14 +66,14 @@ digraph workflow{
{rank=same delivering afterdelivery}
#{rank=same invis afterdelivery}

connect:sw -> copy:ne [fontname="Arial", xlabel ="Double \nclick "];
connect:sw -> copy:ne [fontname="Arial", label ="Double \nclick "];
copy:nw -> connect:w [fontname="Arial", xlabel ="RST"];
connect -> connected
connect:se -> standalone:n [fontname="Arial", xlabel = "\n Single click"];
standalone -> armed:ne [fontname="Arial", xlabel = " Single click"];
connected -> armed:nw [fontname="Arial", xlabel = "Single click "];
connect:se -> standalone:n [fontname="Arial", label = " Single click"];
standalone -> armed:ne [fontname="Arial", xlabel = "Single click "];
connected -> armed:nw [fontname="Arial", xlabel = "Single click "];
#armed -> invis -> delivering [style=invis]
afterdelivery:n -> armed:e [fontname="Arial", label = "Single click"];
afterdelivery:n -> armed:e [fontname="Arial", label = " Single click"];
delivering:e -> afterdelivery:w
armed:w -> delivering:w [fontname="Arial", xlabel = "Trigger/Single click"];
}

0 comments on commit f2d4941

Please sign in to comment.