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

80.mp
text/plain

Download raw (772 bytes)

% P
input ../def;
beginchar(80, 17);
    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 := 8.0 * ox;
    top y5 := 21.0 * oy;
    x6 := 15.0 * ox;
    y6 := 15.0 * oy;
    x7 := 10.0 * ox;
    y7 := 10.0 * oy;
    x8 := 4.0 * ox;
    y8 := 10.0 * oy;
    x9 := 10.0 * ox;
    y9 := 10.0 * oy;
    x10 := 16.0 * ox;
    y10 := 15.0 * oy;
    x11 := 8.0 * ox;
    top y11 := 21.0 * oy;

    x12 := 3.0 * ox;
    y12 := 20.0 * oy;
    
    draw z1 -- z2; 
    draw z3 -- z4; 
    draw z5 {right}.. z6 ..{left} z7; 
    draw z8 -- z9 {right}.. z10 ..{left} z11 -- z1; 

    serif(2,1,4,3,2,1);
    serif(1,2,3,4,0);

endchar(12);
end;

`