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

46.mp
text/plain

Download raw (309 bytes)

% .
input ../def;
beginchar(46, 6);
    x1 := 2.0 * ox;
    y1 := 1.0 * oy;
    x2 := 3.0 * ox;
    y2 := 2.0 * oy;
    x3 := 4.0 * ox;
    y3 := 1.0 * oy;
    x4 := 3.0 * ox;
    y4 := 0.0 * oy;
    x5 := 3.0 * ox;
    y5 := 1.0 * oy; 
    draw z1 .. z2 .. z3 .. z4 .. cycle;
    draw z5;

endchar(5);
end;