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

85.mp
text/plain

Download raw (526 bytes)

% U
input ../def;
beginchar(85, 22);
    x1 := 4.0 * ox;
    top y1 := 21.0 * oy;
    x2 := 4.0 * ox;
    y2 := 5.0 * oy;
    x3 := 11.0 * ox;
    y3 := 0.0 * oy;
    x4 := 18.0 * ox;
    y4 := 5.0 * oy;
    x5 := 18.0 * ox;
    top y5 := 21.0 * oy;
    x6 := 5.0 * ox;
    top y6 := 21.0 * oy;
    x7 := 5.0 * ox;
    y7 := 5.0 * oy;
    x8 := 11.0 * ox;
    y8 := 0.0 * oy;
    
    
draw z1 -- z2 {down}.. z3 ..{up} z4 -- z5; 
draw z6 -- z7 {down}..{right} z8; 

serif(2,1,7,6,2);
serif(4,5,4,5,2);

endchar(8);
end;