aesthetics-of-the-commons
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

89.mp
text/plain

Download raw (586 bytes)

% Y
input ../def;
beginchar(89, 19);
    x1 := 10.0 * ox;
    y1 := 10.0 * oy;
    x2 := 15.0 * ox;
    top y2 := 21.0 * oy;
    x3 := 4.0 * ox;
    top y3 := 21.0 * oy;
    x4 := 9.0 * ox;
    y4 := 10.0 * oy;
    x5 := 9.0 * ox;
    bot y5 := 0.0 * oy;
    x6 := 10.0 * ox;
    y6 := 10.0 * oy;
    x7 := 5.0 * ox;
    top y7 := 21.0 * oy;
    
    x20 := 10.0 * ox;
    y20 := 10.0 * oy;
    x21 := 10.0 * ox;
    bot y21 := 0.0 * oy; 

draw z1 -- z2; 
draw z3 -- z4 -- z5; 
draw z6 -- z7; 
draw z20 -- z21;

serif(4,3,6,7,2);
serif(1,2,1,2,2);
serif(4,5,20,21);

endchar(21);
end;