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

120.mp
text/plain

Download raw (485 bytes)

% x
input ../def;
beginchar(120, 17);
 
    x1 := 3.0 * ox;
    bot y1 := 0.0 * oy;
    x2 := 14.0 * ox;
    top y2 := 14.0 * oy;
    x3 := 4.0 * ox;
    top y3 := 14.0 * oy;
    x4 := 14.0 * ox;
    bot y4 := 0.0 * oy;
    x5 := 3.0 * ox;
    top y5 := 14.0 * oy;
    x6 := 13.0 * ox;
    bot y6 := 0.0 * oy;
 
    draw z1 -- z2; 
    draw z3 -- z4; 
    draw z5 -- z6; 
    serif(2,1,2,1,0);
    serif(5,6,3,4,0);
    serif(1,2,1,2,1);
    serif(6,5,4,3,1);


endchar(6);
end;