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

111.mp
text/plain

Download raw (482 bytes)

% o
input ../def;
beginchar(111, 14);
    x1 := 7.0 * ox;
    top y1 := 14.0 * oy + os_x;
    x2 := 1.0 * ox;
    y2 := 7.0 * oy;
    x3 := 7.0 * ox;
    bot y3 :=  0.0 * oy + os_bsln;

    x4 := 13.0 * ox;
    y4 := 7.0 * oy;

    x5 := 2.0 * ox;
    y5 := 7.0 * oy;


    x6 := 12.0 * ox;
    y6 := 7.0 * oy;

    draw z1 {left} .. z2 .. {right}z3 -- z3 {right}.. z4 .. {left}z1; 
    draw z1 {left} .. z5 .. {right}z3; 
    draw z3 {right} .. z6 .. {left}z1; 

endchar(6);
end;