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

70.mp
text/plain

Download raw (809 bytes)

% F
input ../def;
beginchar(70, 19);
    x1 := 4.0 * ox;
    top y1 := 21.0 * oy;
    x2 := 4.0 * ox;
    bot y2 := 0.0 * oy;
    
    x3 := 17.0 * ox;
    x3 := 17.0 * ox;
    top y3 := 21.0 * oy;
    x4 := 17.0 * ox;
    top y4 := 18.0 * oy;
    x5 := x3 - srf_H;
    top y5 := 21.0 * oy;
    
    x6 := 5.0 * ox;
    y6 := 11.0 * oy;
    x7 := 15.0 * ox;
    y7 := 11.0 * oy;
    x8 := 15.0 * ox;
    y8 := 13.0 * oy;
    x9 := 15.0 * ox;
    y9 := 9.0 * oy;
    x10 := x7 - srf_H;
    y10 := 11.0 * oy;

    x11 := 5.0 * ox;
    top y11 := 21.0 * oy;
    x12 := 5.0 * ox;
    bot y12 := 0.0 * oy; 

    draw z1 -- z2; 
    draw z1 -- z3 -- z4 -- z5;
    draw z6 -- z7; 
    draw z8 -- z9 -- z10 -- cycle; 
    draw z11 -- z12; 

    serif (1,2,11,12);
    serif (2,1,12,11,2,1);
endchar(12);
end;