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

35.mp
text/plain

Download raw (456 bytes)

% #
input ../def;
beginchar(35, 22);
    x1 := 11.0 * ox;
    y1 := 25.0 * oy;
    x2 := 4.0 * ox;
    y2 := -7.0 * oy;
    x3 := 17.0 * ox;
    y3 := 25.0 * oy;
    x4 := 10.0 * ox;
    y4 := -7.0 * oy;
    x5 := 4.0 * ox;
    y5 := 12.0 * oy;
    x6 := 18.0 * ox;
    y6 := 12.0 * oy;
    x7 := 3.0 * ox;
    y7 := 6.0 * oy;
    x8 := 17.0 * ox;
    y8 := 6.0 * oy; 
    draw z1 -- z2; 
draw z3 -- z4; 
draw z5 -- z6; 
draw z7 -- z8; 

endchar(8);
end;