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

184.mp
text/plain

Download raw (352 bytes)

% ¸
input ../def;
beginchar(184, 18);
    x1 := 9.0 * ox;
    y1 := -3.0 * oy;
    x2 := 10.0 * ox;
    y2 := -4.0 * oy;
    x3 := 11.0 * ox;
    y3 := -3.0 * oy;
    x4 := 10.0 * ox;
    y4 := -2.0 * oy;
    x5 := 9.0 * ox;
    y5 := -1.0 * oy;
    x6 := 11.0 * ox;
    y6 := 0.0 * oy; 
    draw z1 -- z2 -- z3 -- z4 -- z5 -- z6; 

endchar(6);
end;