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

78.mp
text/plain

Download raw (528 bytes)

% N
input ../def;
beginchar(78, 22);
    x1 := 5.0 * ox;
    top y1 := 21.0 * oy;
    x2 := 18.0 * ox;
    bot y2 := 0.0 * oy;
    x3 := 18.0 * ox;
    top y3 := 21.0 * oy;
    
    x4 := 5.0 * ox;
    top y4 := 21.0 * oy;
    x5 := 5.0 * ox;
    bot y5 := 0.0 * oy;
    x6 := 5.0 * ox;
    top y6 := 21.0 * oy;
    x7 := 6.0 * ox;
    top y7 := 21.0 * oy;
    x8 := 18.0 * ox;
    bot y8 := 1.75 * oy; 

draw z1 -- z2 -- z3; 
draw z5 -- z6 -- z7 -- z8; 
serif(6,5,6,5);
serif(5,6,5,6,2,1);
serif(2,3,2,3,2);

endchar(8);
end;