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

110.mp
text/plain

Download raw (744 bytes)

% n
input ../def;
beginchar(110, 17);   
    
    x1 := 3.0 * ox;   top y1 := 14.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 := 10.0 * oy;   
    x5 := 9.5 * ox;  top y5 := 14.0 * oy + os_x;   
    x6 := 14.0 * ox;  y6 := 11 * oy;   
    x7 := 14.0 * ox;  bot y7 := 0.0 * oy;   
    x8 := 13.0 * ox;  y8 := 11.0 * oy;   
    x9 := 13.0 * ox; bot y9 := 0.0 * oy;   
    x10 := 4.0 * ox;  y10 := 14.0 * oy;   
    
    draw z1 -- top z2;  
    draw z4 .. z5 {right}..{down} z6 -- top z7; 
    draw z5 {right}..{down} z8 -- top z9; 
    draw top z3 -- z10; 
    serif(1,2,10,3,0,0);
    serif(8,9,6,7,0,0);
    serif(2,1,3,10,1,1);

endchar(10);
end;