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

95.mp
text/plain

Download raw (160 bytes)

% _
input ../def;
beginchar(95, 20);
    x1 := 0.0 * ox;
    y1 := -6.0 * oy;
    x2 := 20.0 * ox;
    y2 := -6.0 * oy; 
    draw z1 -- z2; 

endchar(2);
end;