blob: 92def9172bed179c85bd1eca220ddb190e732d61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
ffmchar("exclamdown",5,ht#-comma_depth#,comma_depth#);
italcorr .8(ht#-comma_depth#)*slant;
x1=x2=.5w+noise;
x3=.5w+noise;
x4=.5w+noise;
top y1=h+o+noise;
y2=y1-dotincr*py;
bot y4=noise-d-o;
top y3=min(h-.618barheight,bot y2-eps)+noise;
draw dotcircle(z1,z2);
draw z3--z4;
labels(1,2,3,4);
endchar;
|