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

84.mp
text/plain

Download raw (625 bytes)

% T
input ../def;
beginchar(84, 19);
    x1 := 9.0 * ox;
    top y1 := 21.0 * oy;
    x2 := 9.0 * ox;
    bot y2 := 0.0 * oy;
    x3 := 10.0 * ox;
    top y3 := 21.0 * oy;
    x4 := 10.0 * ox;
    bot y4 := 0.0 * oy;
    x6 := 18.0 * ox;
    top y6 := y7 - srf_H;
    x7 := 17.0 * ox;
    top y7 := 21.0 * oy;
    x5 := x7 - srf_H;
    top y5 := 21.0 * oy;
    x8 := 2.0 * ox;
    top y8 := 21.0 * oy;
    x9 := 1.0 * ox;
    top y9 := y8 - srf_H;
    x10 := x8 + srf_H;
    top y10 := 21.0 * oy; 

    draw z1 -- z2; 
    draw z3 -- z4; 
    draw z5 -- z6 -- z7 -- z8 -- z9 -- z10;

serif(1,2,3,4);

endchar(10);
end;