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

118.mp
text/plain

Download raw (373 bytes)

% v
input ../def;
beginchar(118, 16);
    x1 := 13.0 * ox;
    top y1 := 14.0 * oy;
    x2 := 8.0 * ox;
    y2 := 0.0 * oy;
    x3 := 2.0 * ox;
    top y3 := 14.0 * oy;
    x4 := 8.0 * ox;
    y4 := 2.0 * oy;
    x5 := 3.0 * ox;
    top y5 := 14.0 * oy;

    draw z1 -- z2 -- z3; 
    draw z2 -- z4 -- z5;
    serif(2,3,4,5,1,0);
    serif(2,1,2,1,1,0);

endchar(5);
end;