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

117.mp
text/plain

Download raw (814 bytes)

% u
input ../def;
beginchar(117, 17);
    x1 := 14.0 * ox;
    y1 := 1.0 * oy;
    x2 := 14.0 * ox;
    top y2 := 14.0 * oy + os_x;;
    x3 := 13.0 * ox;
    bot y3 := 0.0 * oy + os_bsln;
    x4 := 13.0 * ox;
    top y4 := 14.0 * oy;
    x5 := 13.0 * ox;
    bot y5 := 3.0 * oy;
    x6 := 7.0 * ox;
    bot y6 := 0.0 * oy + os_bsln;
    x7 := 3.0 * ox;
    bot y7 := 3.5 * oy;
    x8 := 3.0 * ox;
    top y8 := 14.0 * oy;
    x9 := 8.0 * ox;
    bot y9 := 0.5 * oy + os_bsln;;
    x10 := 4.0 * ox;
    bot y10 := 3.5 * oy;
    x11 := 4.0 * ox;
    top y11 := 14.0 * oy + os_x;;

    draw z1 -- z2 ;
    draw z3 -- bot z4; 
    draw z5 .. z6 {left}..{up} z7 -- bot z8; 
    draw z5 .. z9 {left}..{up} z10 -- z11; 
    serif(7,8,10,11,1,1);
    serif(5,4,1,2,1,1);
    serif(2,1,4,3,0,1);

endchar(11);
end;