File: compass_points.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 (40 lines) | stat: -rw-r--r-- 476 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
30
31
32
33
34
35
36
37
38
39
40
use label="";
box a {
    box b {
        box c;
        box d;
    };
    box e {
        box f;
        box gg;
    }
}
box b;
space 30;
box c;
b@top@ne->c@s;
space 30;
box d;

c@80->d@280;
c@60->d@300;
c@40->d@320;
c@20->d@340 [distance=c+d@15];

defshape boxx {
  S 2;
  M 0 0;
  L 1 0;
  L 0.9 0.9;
  L 0 1;
  E;
  P 0 0 topleft 315;
  P 0.5 0 top 0;
  P 1 0 topright 45;
} 

space 30;
*boxx e;

d@e->e@topleft;
d@s->e@topleft@sw;