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

47.mp
text/plain

Download raw (302 bytes)

% /
input ../def;
beginchar(47, 15);
    x1 := 2.0 * ox;
    y1 := -7.0 * oy;
    x2 := 3.0 * ox;
    y2 := -7.0 * oy;
    x3 := 13.0 * ox;
    y3 := 25.0 * oy;
    x4 := 12.0 * ox;
    y4 := 25.0 * oy;
    x5 := 2.0 * ox;
    y5 := -7.0 * oy; 
    draw z1 -- z2 -- z3 -- z4 -- z5; 

endchar(5);
end;