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

40.mp
text/plain

Download raw (325 bytes)

% (
input ../def;
beginchar(40, 14);
    x1 := 3.0 * ox;
    y1 := 9.0 * oy;
    x2 := 10.0 * ox;
    y2 := -7.0 * oy;
    x3 := 4.0 * ox;
    y3 := 9.0 * oy;
    x4 := 10.0 * ox;
    y4 := 25.0 * oy;
 
    draw z1 {down}..{down-left} z2 {up-right}..{up} z3 {up}..{up-left} z4 {down-right}..{down} cycle; 

endchar(5);
end;