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

101.mp
text/plain

Download raw (682 bytes)

% e
input ../def;
 
beginchar(101, 13);
    x1 := 8.0 * ox;
    top y1 := 14.0 * oy + os_x;
    x2 := 2 * ox;
    y2 := 7.0 * oy;
    x3 := 7.0 * ox;
    bot y3 := 0.0 * oy + os_bsln;
    x4 := 12.0 * ox;
    y4 := 2.0 * oy;
    x5 := 8.0 * ox;
    y5 := 0.5 * oy;
    x6 := 2.75 * ox;
    y6 := 8.0 * oy;
    x7 := 8.0 * ox;
    top y7 := 14.0 * oy + os_x;
    x8 := 13.0 * ox;
    y8 := 8.0 * oy;
    x9 := 2.75 * ox;
    y9 := 8.0 * oy;
    x10 := 12.0 * ox;
    y10 := 8.0 * oy;
    x11 := 8.0 * ox;
    y11 := 14.0 * oy;
    
    
    draw (z10 {up}..{left} z1 ..
    z2 .. z3 .. z4
    -- z4 .. z5 .. z6 .. z7 ..{down} z8 -- z9)
    shifted (-1ux, 0uy); 

endchar(11);

end;