File: ex54.signalling

package info (click to toggle)
msc-generator 8.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180,484 kB
  • sloc: cpp: 129,931; yacc: 23,655; ansic: 7,464; sh: 5,026; makefile: 948
file content (13 lines) | stat: -rw-r--r-- 571 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
##Gradient fill
##gradient fill angle text margin
##This chart lists the possible gradients (or an angle in degrees for linear gradients). You can use <color>+-<num> to have a color with different darkness. The '\mX(num)' escapes set the text margin (X can be: 'u'p, 'd'own, 'l'eft, 'r'ight).
hscale = auto;
defstyle entity
   [fill.color="yellow-25",
    text.format= "\mu(10)\md(10)\ml(10)\mr(10)"];
Up     [fill.gradient=up],
Down   [fill.gradient=down],
In     [fill.gradient=in],
Out    [fill.gradient=out],
Button [fill.gradient=button];
Slant  [fill.gradient=45];