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

102.mp
text/plain

Download raw (636 bytes)

% f
input ../def;
beginchar(102, 10);
   
    x1 := 1.0 * ox;
    y1 := 14.0 * oy;
    x2 := 7.0 * ox;
    y2 := 14.0 * oy;
    x3 := 4.0 * ox;
    y3 := 18.0 * oy;
    x4 := 6.0 * ox;
    y4 := 20.0 * oy;
    x5 := 9.0 * ox;
    y5 := 20.0 * oy;
    x6 := 7.0 * ox;
    y6 := 21.0 * oy;
    x7 := 3.0 * ox;
    y7 := 16.0 * oy;
    x8 := 3.0 * ox;
    bot y8 := 0.0 * oy;
    x9 := 4.0 * ox;
    bot y9 := 0.0 * oy;
    x10 := 7.5 * ox;
    y10 := 20.25 * oy; 
    
    % draw z10 withpen pencircle scaled 2ux;
    draw z1 -- z2; 
    draw z9 -- z3 {up}.. z4 .. z5 .. z6 .. z7 -- z8;  
    serif(7,8,3,9,0,0)
endchar(10);
end;