cosic.rescue
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

pattern.eps
application/postscript

Download raw (1.4 KB)

%!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
%100 { foo } repeat
/circle {
    0 0 2 0 360 arc closepath
    fill
} def

%1 setgray
%circle

%0 10 1000 {
    %0 2 0 360 arc closepath
    %fill
%} for

2 2 scale
100 100 translate

%0 0 1 setrgbcolor

0 6 100 { 
    /x exch def 
    0 6 100 { 
        /y exch def 
        x y 2 0 360 arc closepath 
        fill 
    } for 
} for

50 50 translate
30 rotate
-50 -50 translate

%1 0 0 setrgbcolor

0 6 100 { 
    /x exch def 
    0 6 100 { 
        /y exch def 
        x y 2 0 360 arc closepath 
        fill 
    } for 
} for

%5 rotate

%0 6 100 { 
    %/x exch def 
    %0 6 100 { 
        %/y exch def 
        %x y 2 0 360 arc closepath 
        %fill 
    %} for 
%} for

%5 rotate

%0 6 100 { 
    %/x exch def 
    %0 6 100 { 
        %/y exch def 
        %x y 2 0 360 arc closepath 
        %fill 
    %} for 
%} for

% this is for creating the text for the log and keeping it from  being obscured by the moire

/headerfont /Lato-Black-subset findfont 48 scalefont def

-30 rotate

headerfont setfont
-8 50 moveto
1.0 setgray % we need to outline the font in white
25 setlinewidth
(cosic) false charpath stroke 

0.0 setgray
-8 50 moveto
(cosic) show


showpage
eps_state restore