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

72.mp
text/plain

Download raw (738 bytes)

% H
input ../def;
beginchar(72, 22);
    x1 := 4.0 * ox;
    top y1 := 21.0 * oy;
    x2 := 4.0 * ox;
    bot y2 := 0.0 * oy;
   
    x3 := 5.0 * ox;
    top y3 := 21.0 * oy;
    x4 := 5.0 * ox;
    bot y4 := 0.0 * oy;
    
    x5 := 17.0 * ox;
    top y5 := 21.0 * oy;
    x6 := 17.0 * ox;
    bot y6 := 0.0 * oy;
    
    x7 := 18.0 * ox;
    top y7 := 21.0 * oy;
    x8 := 18.0 * ox;
    bot y8 := 0.0 * oy;
    
    x9 := 5.0 * ox;
    y9 := 11.0 * oy;
    x10 := 17.0 * ox;
    y10 := 11.0 * oy; 
    
    draw z1 -- z2; 
    draw z3 -- z4; 
    draw z5 -- z6; 
    draw z7 -- z8; 
    draw z9 -- z10; 
    
    serif(2,1,4,3,2);
    serif(1,2,3,4,0);
    serif(6,5,8,7,2);
    serif(5,6,7,8,0);

endchar(10);
end;