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

124.mp
text/plain

Download raw (159 bytes)

% |
input ../def;
beginchar(124, 8);
    x1 := 4.0 * ox;
    y1 := 25.0 * oy;
    x2 := 4.0 * ox;
    y2 := -7.0 * oy; 
    draw z1 -- z2; 

endchar(2);
end;