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

93.mp
text/plain

Download raw (457 bytes)

% ]
input ../def;
beginchar(93, 14);
    x1 := 9.0 * ox;
    y1 := 25.0 * oy;
    x2 := 9.0 * ox;
    y2 := -7.0 * oy;
    x3 := 10.0 * ox;
    y3 := 25.0 * oy;
    x4 := 10.0 * ox;
    y4 := -7.0 * oy;
    x5 := 3.0 * ox;
    y5 := 25.0 * oy;
    x6 := 10.0 * ox;
    y6 := 25.0 * oy;
    x7 := 3.0 * ox;
    y7 := -7.0 * oy;
    x8 := 10.0 * ox;
    y8 := -7.0 * oy; 
    draw z1 -- z2; 
draw z3 -- z4; 
draw z5 -- z6; 
draw z7 -- z8; 

endchar(8);
end;