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

121.mp
text/plain

Download raw (616 bytes)

% y
input ../def;
beginchar(121, 17);
    x1 := 9.0 * ox;
    y1 := 0.0 * oy;
    x2 := 2.0 * ox;
    y2 := -6.0 * oy;
    x3 := 4.0 * ox;
    y3 := -7.0 * oy;
    x4 := 1.0 * ox;
    y4 := -6.0 * oy;
    x5 := 2.0 * ox;
    y5 := -5.0 * oy;
    x6 := 14.0 * ox;
    top y6 := 14.0 * oy;
    x7 := 3.0 * ox;
    top y7 := 14.0 * oy;
    x8 := 9.0 * ox;
    y8 := 2.0 * oy;
    x9 := 4.0 * ox;
    top y9 := 14.0 * oy;
    
    draw z1 {dir250}.. z3 {left}.. z4 {up-right}.. z5 ..{right} z3; 
    draw z2;
    draw z6 -- z1 -- z7; 
    draw z8 -- z9; 
    serif(1,7,8,9,1,0);
    serif(1,6,1,6,1,0)
endchar(9);
end;