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

122.mp
text/plain

Download raw (713 bytes)

% z
input ../def;
beginchar(122, 15);
    x1 := 12.0 * ox;
    y1 := 1.0 * oy;
    x2 := 2.0 * ox;
    bot y2 := 0.0 * oy;
    x3 := 3.0 * ox;
    y3 := 13.0 * oy;
    x4 := 11.75 * ox;
    top y4 := 14.0 * oy;
    x5 := 9.0 * ox;
    bot y5 := 0.0 * oy;
  
    x7 := 12.0 * ox;
    bot y7 := 0.0 * oy;
    x6 := 13.0 * ox;
    y6 := y7 + (srf_H * 1.5);
    
    x8 := 3.25 * ox;
    bot y8 := 0.0 * oy;
    x9 := 13.0 * ox;
    top y9 := 14.0 * oy;
    x10 := 3.0 * ox;
    top y10 := 14.0 * oy;
    x11 := 2.0 * ox;
    y11 := y10 - (srf_H * 1.5);
    x12 := 6.0 * ox;
    top y12 := 14.0 * oy;
    
    draw z5 {right}.. z6 -- z7 -- z2 -- z4;
    draw z8 -- z9 -- z10 -- z11 ..{right} z12;

endchar(12);
end;