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

48.mp
text/plain

Download raw (477 bytes)

% 0
input ../def;
beginchar(48, 19);
    x1 := 3.0 * ox;
    y1 := 10.5 * oy;
    x2 := 9.5 * ox;
    y2 := 0.0 * oy;
    x3 := 16.0 * ox;
    y3 := 10.5 * oy;
    x4 := 9.5 * ox;
    y4 := 21.0 * oy;
    
    x6 := 2.0 * ox;
    y6 := 10.5 * oy;
    x7 := 9.5 * ox;
    y7 := 21.0 * oy;
    x8 := 17.0 * ox;
    y8 := 10.5 * oy;
    x9 := 9.5 * ox;
    y9 := 0.0 * oy;
   

    draw z1 .. z2 .. z3 .. z4 .. cycle; 
    draw z6 .. z7 .. z8 .. z9 .. cycle; 

endchar(10);
end;