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

88.mp
text/plain

Download raw (482 bytes)

% X
input ../def;
beginchar(88, 22);
    x1 := 3.0 * ox;
    top y1 := 21.0 * oy;
    x2 := 18.0 * ox;
    bot y2 := 0.0 * oy;
    x3 := 4.0 * ox;
    top y3 := 21.0 * oy;
    x4 := 19.0 * ox;
    bot y4 := 0.0 * oy;
   
    x5 := 19.0 * ox;
    top y5 := 21.0 * oy;
    x6 := 3.0 * ox;
    bot y6 := 0.0 * oy;   
    
    draw z1 -- z2; 
    draw z3 -- z4; 
    draw z5 -- z6; 
    serif(1,2,3,4);
    serif(2,1,4,3,2);
    serif(5,6,5,6);
    serif(6,5,6,5,2);

endchar(6);
end;