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

44.mp
text/plain

Download raw (435 bytes)

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