parent
ea2168235c
commit
b4e63e52c4
@ -1,3 +0,0 @@ |
||||
|
||||
csc_only.png: csc_only.ps Makefile |
||||
echo | gs -sDEVICE=pngmono -sOutputFile=$@ -dBATCH -dNOWAIT -dDOINTERPOLATE -g3200x1400 $<
|
Before Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 908 B |
Before Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
@ -1,27 +0,0 @@ |
||||
%!PS-Adobe-2.0 |
||||
%%Creator:Ian Goldberg |
||||
%%Title:CSC Logo |
||||
%%BoundingBox: 0 0 320 140 |
||||
%%EndComments |
||||
gsave %0 setlinecap 0 setlinejoin 1 setlinewidth |
||||
newpath |
||||
10 %% Half of the line width, where the circles have radius 60 |
||||
%% Calculate the magic angles |
||||
dup dup dup 2 mul 30 sub exch 60 sub div dup dup mul 1 exch sub sqrt exch atan |
||||
/csclogomagic1 exch def |
||||
dup 2 mul 30 add exch 60 add div dup dup mul 1 exch sub sqrt exch atan |
||||
/csclogomagic2 exch def |
||||
/csclogowid exch def |
||||
|
||||
10 10 scale |
||||
130 70 60 csclogowid sub 0 180 csclogomagic1 sub arcn |
||||
70 70 60 csclogowid add csclogomagic2 360 arc |
||||
190 70 60 csclogowid sub 180 csclogomagic1 neg arcn |
||||
250 70 60 csclogowid add 180 csclogomagic2 add 180 qarc |
||||
csclogowid dup add 0 rmoveto |
||||
250 70 60 csclogowid sub 180 csclogomagic1 180 add arcn |
||||
190 70 60 csclogowid add csclogomagic2 neg 180 arc |
||||
70 70 60 csclogowid sub 0 csclogomagic1 arcn |
||||
130 70 60 csclogowid add 180 csclogomagic2 sub 360 arc |
||||
closepath fill |
||||
showpage |
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 2.2 KiB |
@ -1,31 +0,0 @@ |
||||
%!PS-Adobe-2.0 EPSF-1.2 |
||||
%%Creator:Ian Goldberg |
||||
%%Title:CSC Logo |
||||
%%BoundingBox: 0 0 540 165 |
||||
%%EndComments |
||||
gsave %0 setlinecap 0 setlinejoin 1 setlinewidth |
||||
newpath |
||||
10 %% Half of the line width, where the circles have radius 60 |
||||
%% Calculate the magic angles |
||||
dup dup dup 2 mul 30 sub exch 60 sub div dup dup mul 1 exch sub sqrt exch atan |
||||
/csclogomagic1 exch def |
||||
dup 2 mul 30 add exch 60 add div dup dup mul 1 exch sub sqrt exch atan |
||||
/csclogomagic2 exch def |
||||
/csclogowid exch def |
||||
|
||||
130 95 60 csclogowid sub 0 180 csclogomagic1 sub arcn |
||||
70 95 60 csclogowid add csclogomagic2 360 arc |
||||
190 95 60 csclogowid sub 180 csclogomagic1 neg arcn |
||||
250 95 60 csclogowid add 180 csclogomagic2 add 180 arc |
||||
csclogowid dup add 0 rmoveto |
||||
250 95 60 csclogowid sub 180 csclogomagic1 180 add arcn |
||||
190 95 60 csclogowid add csclogomagic2 neg 180 arc |
||||
70 95 60 csclogowid sub 0 csclogomagic1 arcn |
||||
130 95 60 csclogowid add 180 csclogomagic2 sub 360 arc |
||||
closepath fill |
||||
/Helvetica findfont 48 scalefont setfont |
||||
(Computer) 330 115 moveto show |
||||
(Science) 330 75 moveto show |
||||
(Club) 330 35 moveto show |
||||
/Helvetica findfont 18 scalefont setfont |
||||
(A Student Chapter of the ACM) 135 5 moveto show grestore |
Loading…
Reference in new issue