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

41.mp
text/plain

Download raw (337 bytes)

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