File: modifiers.block

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 (29 lines) | stat: -rw-r--r-- 577 bytes parent folder | download | duplicates (3)
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
use label="\*", col;
box a;
box b;
below prev+1 box c;
below rightof c+a+20 box d;
below rightof a+0 box e;
rightof a+20 box f;
rightof c+a+20 box g;
rightof c+b+a +40 box h;


leftof d-10 top box x1:A\nA;
left box x2 : B B B; #relying on 'col'
rightof +15 bottom box x3: C\nC\nC;
above left -20 box x4: DDDD;

d->x1->x2->x3->x4;

use row;
box i [top=x4+5];
box j [top=x4 +5];
box k [top=x4@50%];
box l [top=x4@50%+1];
box m [top=x4@50%+1];

use col;
below i+m box s [left=i+j+k+l+m@10%];
box t [left=i+j+k+l+m@10-20];
box u [left=i+j+k+l+m-20@10%];