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

50.mp
text/plain

Download raw (776 bytes)

% 2
input ../def;
beginchar(50, 17);
    x1 := 9.0 * ox;
    y1 := 8.0 * oy;
    x2 := 13.25 * ox;
    y2 := 14.0 * oy;
    x3 := 8.0 * ox;
    top y3 := 20.5 * oy + os_x;
    x4 := 2.0 * ox;
    y4 := 0.0 * oy;
    x5 := 9.0 * ox;
    y5 := 8.0 * oy;
    x6 := 14.0 * ox;
    y6 := 15.0 * oy;
    x7 := 9.0 * ox;
    top y7 := 21.0 * oy + os_x;
    x8 := 3.0 * ox;
    top y8 := 17.0 * oy;
    x9 := 14.5 * ox;
    y9 := 1.0 * oy;
    x10 := 3.0 * ox;
    y10 := 1.0 * oy;
    x11 := 14.0 * ox;
    y11 := 0.0 * oy;
    x12 := 15.0 * ox;
    y12 := 2.0 * oy;
    x13 := 11.0 * ox;
    y13 := 1.0 * oy;
   
    draw z1{up-left}.. z2 ..{left} z3 .. z8 -- z8 .. z7 .. z6 .. z5 .. top z4 -- top z11 -- top z12 ..{left} top z13; 
    draw top z9 -- top z10;  

endchar(15);
end;