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

106.mp
text/plain

Download raw (446 bytes)

% j
input ../def;
beginchar(106, 9);
    x1 := -1.0 * ox;
    y1 := -7.0 * oy;
    x2 := 6.0 * ox;
    y2 := 0.0 * oy;
    x3 := 6.0 * ox;
    y3 := 14.0 * oy;

    x4 := 5.0 * ox;
    y4 := 13.0 * oy;
    x5 := 5.0 * ox;
    y5 := 0.0 * oy;

    x6 := 5.5 * ox;
    y6 := 20.0 * oy; 
    draw z4 -- z5 {down}..{left} z1 {right}..{up} z2 -- z3; 
 
    draw z6 withpen pencircle scaled 2.5sx;
    draw z6;
    serif(5,4,2,3,1,1);
endchar(6);
end;