blob: 3c721f33170bb8cb23dde0b502f5450b521d3e42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
ffmchar("numbersign",15,ht#,comma_depth#);
italcorr .8ht#*slant;
x1=good.x(2u+s+noise);
x2=good.x(w-2u-s+noise);
x3=good.x(2u+s+noise);
x4=good.x(w-2u-s+noise);
x5=.25w+noise;
x6=.45w+noise;
x7=.55w+noise;
x8=.75w+noise;
y1=.3x_ht+noise;
y2=.3x_ht+noise;
y3=.8x_ht+noise;
y4=.8x_ht+noise;
bot y5=1.1x_ht-h-o+noise;
top y6=h+o+noise;
bot y7=1.1x_ht-h-o+noise;
top y8=h+o+noise;
draw z1--z2;
draw z3--z4;
draw z5--z6;
draw z7--z8;
labels(1,2,3,4,5,6,7,8);
endchar;
|