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

68.mp
text/plain

Download raw (670 bytes)

% D
input ../def;
beginchar(68, 20);
    x1 := 3.0 * ox;
    top y1 := 21.0 * oy;
    x2 := 3.0 * ox;
    bot y2 := 0.0 * oy;
    x3 := 4.0 * ox;
    top y3 := 21.0 * oy;
    x4 := 4.0 * ox;
    bot y4 := 0.0 * oy;
    x5 := 9.0 * ox;
    top y5 := 21.0 * oy;
    x6 := 18.0 * ox;
    y6 := 10.5 * oy;
    x7 := 11.0 * ox;
    bot y7 := 0.0 * oy;
  
    x8 := 11.0 * ox;
    bot y8 := 0.0 * oy;
    x9 := 19.0 * ox;
    y9 := 10.5 * oy;
    x10 := 9.0 * ox;
    top y10 := 21.0 * oy;
    
   
   

draw z1 -- z2; 
draw z3 -- z4; 
draw z5 {right}.. z6 ..{left} z7; 
draw z2 -- z8 {right}.. z9 ..{left} z10 -- z1; 

serif(2,1,4,3,2,1);
serif(1,2,3,4,0);
endchar(10);
end;