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

39.mp
text/plain

Download raw (440 bytes)

% '
input ../def;
beginchar(39, 6);
    
    x1 := 3.0 * ox;
    y1 := 19.0 * oy;
    x2 := 2.0 * ox;
    y2 := 20.0 * oy;
    x3 := 3.0 * ox;
    y3 := 21.0 * oy;
    x4 := 4.0 * ox;
    y4 := 20.0 * oy;
    x5 := 2.0 * ox;
    y5 := 15.0 * oy;
    x6 := 3.0 * ox;
    y6 := 20.0 * oy;    
    
    draw z1 .. z2 .. z3 .. z4 {down}..{down-right} z5 {up-left}.. cycle; 
    draw z6 withpen pencircle scaled 2ux;    
    
endchar(19);
end;