|
|
1.1 root 1: .IS
2: ...libfile rect
3: main {
4: conn (-2,-2) to (2,2);
5: put rect {
6: sw = (-1,-1);
7: ht = 1.5;
8: wd = 1/2;
9: opaque interior;
10: };
11: }
12: .IE
13: .IS
14: ...libfile rect
15: main {
16: conn (2,2) to (-2,-2);
17: put rect {
18: sw = (-1,-1);
19: ht = 1.5;
20: wd = 1/2;
21: opaque exterior;
22: };
23: }
24: .IE
25: .IS
26: ...libfile rect
27: main {
28: conn (-2,-1) to (2,-1);
29: conn -2 to 2;
30: conn (-2,1) to (2,1);
31: put rect {
32: sw = (-1,-1);
33: ht = 1.5;
34: wd = 1/2;
35: opaque interior;
36: };
37: }
38: .IE
39: .IS
40: ...libfile rect
41: ...width 0.5
42: main {
43: conn (-1,-2) to (-1,2);
44: put rect {
45: sw = (-1,-1);
46: ht = 1.5;
47: wd = 1/2;
48: opaque interior;
49: };
50: }
51: .IE
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.