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

105.mp
text/plain

Download raw (589 bytes)

% i
input ../def;
beginchar(105, 7);
    x1 := 3.5 * ox;
    y1 := 19.0 * oy;
    x2 := 2.5 * ox;
    y2 := 20.0 * oy;
    x3 := 3.5 * ox;
    y3 := 21.0 * oy;
    x4 := 4.5 * ox;
    y4 := 20.0 * oy;
    x5 := 3.5 * ox;
    y5 := 20.0 * oy;
    x6 := 3.0 * ox;
    y6 := 13.0 * oy;
    x7 := 3.0 * ox;
    bot y7 := 0.0 * oy;
    x8 := 4.0 * ox;
    bot y8 := 0.0 * oy;
    x9 := 4.0 * ox;
    y9 := 14.0 * oy;

    draw z5 withpen pencircle xscaled 2.5sx yscaled 2.5sx;
    draw z6 -- top z7; 
    draw top z8 -- z9; 
    serif(6,7,9,8,0,0)
    serif(7,6,8,9,1,1)
endchar(9);
end;