cosic.rescue
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

randlines.eps
application/postscript

Download raw (344 bytes)

%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 0 0 200 200
%%LanguageLevel: 2
/eps_state save def
/showpage { } def
/foo {
    rand 200 mod rand 200 mod moveto
    rand 200 mod rand 200 mod lineto
    stroke
} def
realtime srand
%/Times-Bold findfont 20 scalefont setfont
%10 10 moveto (Hello World!) show
100 { foo } repeat
showpage
eps_state restore