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

77.mp
text/plain

Download raw (673 bytes)

% M
input ../def;
beginchar(77, 25);
    x1 := 6.0 * ox;
    top y1 := 21.0 * oy;
    x2 := 4.0 * ox;
    bot y2 := 0.0 * oy;
    x3 := 7.0 * ox;
    top y3 := 21.0 * oy;
    x4 := 12.0 * ox;
    y4 := 3.0 * oy; 
    x5 := 12.0 * ox;
    bot y5 := 0.0 * oy;
 
    x6 := 18.0 * ox;
    top y6 := 21.0 * oy;
    x7 := 20.0 * ox;
    bot y7 := 0.0 * oy;
    x8 := 19.0 * ox;
    top y8 := 21.0 * oy;
    x9 := 21.0 * ox;
    bot y9 := 0.0 * oy;
       
    draw z2 -- z1 -- z5 -- z4 -- z3 -- z1; 
    draw z5 -- z6 -- z7; 
    draw z6 -- z8 -- z9; 
    
    serif(1,2,1,2);
    serif(6,7,8,9);
    serif(2,1,2,1,2,1);
    serif(7,6,9,8,2,1);

endchar(9);
end;