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

104.mp
text/plain

Download raw (791 bytes)

% h
input ../def;
beginchar(104, 17);
    x1 := 3.0 * ox;
    y1 := 20.0 * oy;
    x2 := 3.0 * ox;
    bot y2 := 0.0 * oy;
   
    x3 := 4.0 * ox;
    bot y3 := 0.0 * oy;
    x4 := 4.0 * ox;
    y4 := 11.0 * oy;
    x5 := 10.0 * ox;
    top y5 := 14.0 * oy + os_x;
    x6 := 14.0 * ox;
    y6 := 10.5 * oy;
    x7 := 14.0 * ox;
    bot y7 := 0.0 * oy;
    x8 := 9.0 * ox;
    top y8 := 13.5 * oy + os_x;
    x9 := 13.0 * ox;
    y9 := 10.5 * oy;
    x10 := 13.0 * ox;
    bot y10 := 0.0 * oy;
    x11 := 4.0 * ox;
    y11 := 21.0 * oy;

    draw z1 -- top z2;
    draw top z3 -- z11; 
    draw z4 .. z5 {right}..{down} z6 -- top z7; 
    draw z4 .. z8 {right}..{down} z9 -- top z10; 
    
    serif(1,2,11,3,0,0);
    serif(9,10,6,7,0,0);
    serif(2,1,3,11,2,1);


endchar(11);
end;