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

55.mp
text/plain

Download raw (696 bytes)

% 7
input ../def;
beginchar(55, 17);
    x1 := 5.0 * ox;
    y1 := 0.0 * oy;
    x2 := 15.0 * ox;
    y2 := 21.0 * oy;
    x3 := 3.0 * ox;
    y3 := 20.0 * oy;
    x4 := 14.5 * ox;
    y4 := 20.0 * oy;
    
    x7 := 6.0 * ox;
    y7 := 20.0 * oy;
    x8 := 2.0 * ox;
    y8 := 19.0 * oy;
    x9 := 3.0 * ox;
    y9 := 21.0 * oy;
    x10 := 15.0 * ox;
    y10 := 21.0 * oy;
    x11 := 6.0 * ox;
    y11 := 0.0 * oy;
    x12 := 5.0 * ox;
    y12 := 0.0 * oy;
    x13 := 5.0 * ox;
    y13 := 1.0 * oy;
    x14 := 15.0 * ox;
    y14 := 21.0 * oy; 
    draw z1 -- bot z2; 
draw bot z3 -- bot z4; 
draw bot z7 {left}.. bot z8 -- bot z9 -- bot z10 -- z11 -- z12 -- z13 -- bot z14; 

endchar(14);
end;