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

76.mp
text/plain

Download raw (510 bytes)

% L
input ../def;
beginchar(76, 19);
    x1 := 4.0 * ox;
    top y1 := 21.0 * oy;
    x2 := 4.0 * ox;
    bot y2 := 0.0 * oy;
    
    x3 := 17.0 * ox;
    bot y3 := 0.0 * oy;
    x4 := 18.0 * ox;
    bot y4 := y3 + srf_H;
    lft x5 := x3 - srf_H;
    bot y5 := 0.0 * oy;
    x6 := 5.0 * ox;
    top y6 := 21.0 * oy;
    x7 := 5.0 * ox;
    bot y7 := 0.0 * oy;
   
   
    draw z1 -- z2; 
    draw z2 -- z3 -- z4 -- z5; 
    draw z6 -- z7; 

    serif(2,1,7,6,2);
    serif(1,2,6,7,0);

endchar(7);
end;