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

107.mp
text/plain

Download raw (728 bytes)

% k
input ../def;
beginchar(107, 17);
    x1 := 14.0 * ox;
    top y1 := 14.0 * oy;
    x2 := 4.0 * ox;
    y2 := 5.0 * oy;
  
    x3 := 3.0 * ox;
    y3 := 20.0 * oy;
    x4 := 3.0 * ox;
    bot y4 := 0.0 * oy;
   
    x5 := 4.0 * ox;
    bot y5 := 0.0 * oy;
    x6 := 9.0 * ox;
    y6 := 8.0 * oy;
    x7 := 14.0 * ox;
    bot y7 := 0.0 * oy;
    x8 := 8.0 * ox;
    y8 := 8.0 * oy;
    x9 := 13.0 * ox;
    bot y9 := 0.0 * oy;
    x10 := 4.0 * ox;
    y10 := 21.0 * oy;
    
    draw bot z1 -- z2; 
    draw z3 -- top z4; 
    draw z6 -- top z7; 
    draw z8 -- top z9; 
    draw top z5 -- z10; 
    
    serif(3,4,10,5,0,0);
    serif(8,9,6,7,0,0);
    serif(2,1,2,1,1,0);
    serif(4,3,5,10,2,1);

endchar(10);
end;