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

119.mp
text/plain

Download raw (710 bytes)

% w
input ../def;

beginchar(119, 24);
    x1 := 21.0 * ox;
    top y1 := 14.0 * oy;
    x2 := 16.0 * ox;
    bot y2 := 0.0 * oy;
    x3 := 11.0 * ox;
    top y3 := 14.0 * oy;
    x4 := 16.0 * ox;
    y4 := 2.0 * oy;
    x5 := 12.0 * ox;
    top y5 := 14.0 * oy;

    x6 := 3.0 * ox;
    top y6 := 14.0 * oy;
    x7 := 9.0 * ox;
    bot y7 := 0.0 * oy;
    x8 := 13.0 * ox;
    y8 := 10.0 * oy;
    x9 := 9.0 * ox;
    y9 := 2.0 * oy;
    x10 := 4.0 * ox;
    top y10 := 14.0 * oy;

    draw z1 -- z2 -- z3; 
    draw z2 -- z4 -- z5; 

    draw z6 -- z7 -- z8; 
    draw z7 -- z9 -- z10;
    
    serif(7, 6, 9, 10, 1, 0);
    serif(2, 3, 4, 5, 1, 0);
    serif(2, 1, 2, 1, 1, 0);
endchar(10);
end;