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

86.mp
text/plain

Download raw (372 bytes)

% V
input ../def;
beginchar(86, 20);
    x1 := 3.0 * ox;
    top y1 := 21.0 * oy;
    x2 := 10.0 * ox;
    y2 := 0.0 * oy;
    x3 := 17.0 * ox;
    top y3 := 21.0 * oy;
    x4 := 10.5 * ox;
    y4 := 1.5 * oy;
    x5 := 4.0 * ox;
    top y5 := 21.0 * oy;
       
    draw z1 -- z2 -- z3; 
    draw z4 -- z5;

    serif(2,1,4,5,2);
    serif(2,3,2,3,2);

endchar(5);
end;