blob: 7bb0c4de21289bbab2829e7d507a2ae9b227381d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
ffmchar("four",11,ht#,0);
italcorr .7ht#*slant;
x2=good.x(1.5u+s+noise);
w-rt x3=eps+noise;
w-x4=good.x(3.5u+s+noise);
w-x5=good.x(3.5u+s+noise);
rt x1=lft x4+noise;
y4=.618h+noise;
top y1=h+o+noise;
bot y5=noise-o;
y2=.618[y4,y5]+noise;
y3=.618[y4,y5]+noise;
draw z1--z2--z3;
draw z4--z5;
labels(1,2,3,4,5);
endchar;
|