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

45.mp
text/plain

Download raw (156 bytes)

% -
input ../def;
beginchar(45, 9);
    x1 := 1.0 * ox;
    y1 := 8.0 * oy;
    x2 := 8.0 * ox;
    y2 := 8.0 * oy; 
    draw z1 -- z2; 

endchar(2);
end;