1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
#This is the default signalling chart
#Edit and press Ctrl+W to see the result
#You can change the default chart
#in the Edit|Preferences... menu.
numbering=yes; compress=yes; hscale=auto;
hide a,b,c, e, f, g, h; note: note\nhere;
c..f {
show a,b,c, e, f, g, h; note: note\nhere;
block b->c:trallala [arrow.starttype=dot]; note: note\nhere;
mark ccc; note: note\nhere;
pipe a==b:aaa [fill.color=red, line.type=double, solid=0,
shadow.offset=30, shadow.blur=30, side=left]
--c: hihi\nhaha [line.type=triple]
e++f {
a->b:new message [compress=yes]; note: note\nhere;
g<->h [arrow.size=huge, arrow.type=empty]: exit; note: note\nhere;
} ; note: note\nhere;
background.color=gray; note: note\nhere;
mark aaa; note: note\nhere;
vertical ccc->aaa at g; note: note\nhere;
==: aha[line.radius=70, fill.color=gray, line.type=double,
shadow.offset=30, shadow.blur=20, line.corner=note, line.width=10] {
a==b; note: note\nhere; a=>b; note: note\nhere; a=>b; note: note\nhere; a=>b; note: note\nhere; a=>b; note: note\nhere;
}; note: note\nhere;
==: aha[line.radius=50, fill.color=gray, line.type=triple,
shadow.offset=30, shadow.blur=20] {
a=>b; note: note\nhere; a=>b; note: note\nhere; a=>b; note: note\nhere; a=>b; note: note\nhere; a=>b; note: note\nhere;
}
==: aha[line.radius=50, fill.color=gray, line.type=triple,
shadow.offset=30, shadow.blur=20] {
mark bbb; note: note\nhere;
a=>b; note: note\nhere; a=>b; note: note\nhere; a=>b; note: note\nhere; a=>b; note: note\nhere; a=>b; note: note\nhere;
}; note: note\nhere;
}; note: note\nhere;
|