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

49.mp
text/plain

Download raw (731 bytes)

% 1
input ../def;
beginchar(49, 17);
    x1 := 8.0 * ox;
    y1 := 1.0 * oy;
    x2 := 6.0 * ox;
    y2 := 0.0 * oy;
    x3 := 9.0 * ox;
    y3 := 1.0 * oy;
    x4 := 11.0 * ox;
    y4 := 0.0 * oy;
    x5 := 8.0 * ox;
    y5 := 19.0 * oy;
    x6 := 4.0 * ox;
    y6 := 19.0 * oy;
    x7 := 8.0 * ox;
    y7 := 0.0 * oy;
    x8 := 8.0 * ox;
    y8 := 20.0 * oy;
    x9 := 9.0 * ox;
    y9 := 21.0 * oy;
    x10 := 9.0 * ox;
    y10 := 0.0 * oy;
    x11 := 4.0 * ox;
    y11 := 0.0 * oy;
    x12 := 13.0 * ox;
    y12 := 0.0 * oy; 

    draw top z1 {down}..{left} top z2; 
    draw top z3 {down}..{right} top z4;  
    draw z5 -- z6 {right}.. z9 -- top z10; 
    draw top z7 -- z8; 
    draw top z11 -- top z12; 

endchar(12);
end;