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

58.mp
text/plain

Download raw (246 bytes)

% :
input ../def;
beginchar(58, 6);

    
    x5 := 3.0 * ox;
    y5 := 1.0 * oy; 
    draw z5 withpen pencircle scaled 2.5sx;
    
    
    x10 := 3.0 * ox;
    y10 := 13.0 * oy; 
    draw z10 withpen pencircle scaled 2.5sx;

endchar(24);
end;