%!PS-Adobe-2.0 EPSF
%%Title:SRAL-logo
%%Creator:OH2BJU
%%CreationDate:12.4.1988
%%BoundingBox:13 10 177 320
%%EndProlog
%% SRAL -logo written in postscript %%
%% by Mikko Voipio, OH2BJU 1988 %%
%% %%
%% Usage: x y SRAL-logo %%
%% or insert e.g. in PageMaker .PUB %%
%% EPSF format added 4.12.88 %%
%% by Knut Wiren, OH2FH %%
%% SRAL-base %%
/SRAL-base
{
newpath
0 setgray
1 setlinejoin
85 0 moveto
3 155 lineto
85 310 lineto
167 155 lineto
85 0 lineto
fill
} def
%%
%% SRAL-stripe %%
/SRAL-stripe
{
newpath
1 setgray
3 setlinewidth
85 10 moveto
10 155 lineto
85 300 lineto
160 155 lineto
85 10 lineto
closepath
stroke
} def
%%
%% SRAL-text %%
/SRAL-text
{
/Helvetica findfont
44 scalefont setfont
70 237 moveto
(S) show
25 140 moveto
(R) show
115 140 moveto
(A) show
72 40 moveto
(L) show
} def
%% SRAL-spiral %%
/SRAL-spiral
{
newpath
0 setlinejoin
5 setlinewidth
%% lower end %%
85 105 moveto
65 80 lineto
105 80 lineto
85 105 lineto
85 80 moveto
85 125 lineto
%% Upper end %%
85 200 moveto
65 225 lineto
105 225 lineto
85 200 lineto
85 225 moveto
85 181 lineto
%% Stroke ends %%
stroke
%% Spiral (bottom to up) %%
gsave
newpath
2 1 scale
41.3 135 10 270 90 arc
41.3 141 4 90 270 arc
41.3 147 10 270 90 arc
41.3 153 4 90 270 arc
41.3 159 10 270 90 arc
41.3 165 4 90 270 arc
41.3 171 10 270 90 arc
stroke
grestore
} def
%% SRAL-logo Logo itself %%
/SRAL-logo
{
gsave
translate
SRAL-base
SRAL-stripe
SRAL-text
SRAL-spiral
grestore
} def
10 10 SRAL-logo % asemoi ja skaalaa tarkemmin PageMakerilla %
%% showpage %% % tarvitaan vain suorassa tulostuksessa %