metadin
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

grid-test.mp
text/plain

Download raw (216 bytes)

prologues := 3;     % sortie EPS

beginfig(1)
    input grid; % loads grid
    input debug; % outputs labels
    input pencil; % loads pencil
    draw z50..z72..z54..z32..z'20--z'24 withcolor .7blue;
    endfig;
end