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

98.mp
text/plain

Download raw (718 bytes)

input ../def;

beginchar(98, 16);

    x1 := 4.0 * ox;
    y1 := 11.0 * oy;
    x2 := 8.00 * ox;
    top y2 := 13.5 * oy + os_x;
    x3 := 13.25 * ox;
    y3 := 7.0 * oy;
    x4 := 8.0 * ox;
    bot y4 := 0.0 * oy + os_bsln;
    x5 := 4.0 * ox;
    y5 := 4.0 * oy;
    x6 := 9.0 * ox;
    top y6 := 14.0 * oy + os_x;
    x7 := 14.0 * ox;
    y7 := 8.0 * oy;

    x8 := 4.0 * ox;
    y8 := 2.0 * oy;

    x9 := 4.0 * ox;
    y9 := 21.0 * oy;

    x10 := 3.0 * ox;
    y10 := 0.0 * oy;
    x11 := 3.0 * ox;
    top y11 := 21.0 * oy;

    draw z1 .. z2 {right}.. z3 ..{left} z4 .. {up}z5;
    draw z1 .. z6 {right}.. z7 ..{left} z4 .. z8;
    draw z9 -- z8 -- z10 -- z11;


    serif(10,11,8,9,2,1);
endchar(11);

end;