summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/HA-prosper/Styles/TCS/TCSgradlogo.ps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/HA-prosper/Styles/TCS/TCSgradlogo.ps')
-rw-r--r--Master/texmf-dist/tex/latex/HA-prosper/Styles/TCS/TCSgradlogo.ps46
1 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/HA-prosper/Styles/TCS/TCSgradlogo.ps b/Master/texmf-dist/tex/latex/HA-prosper/Styles/TCS/TCSgradlogo.ps
new file mode 100644
index 00000000000..ed2093af37f
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/HA-prosper/Styles/TCS/TCSgradlogo.ps
@@ -0,0 +1,46 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Title: BCenter Logo
+%%BoundingBox: 0 0 302 172
+
+% dark dark blue color
+.17 .31 .44 setrgbcolor
+
+% draw triangle
+newpath
+60 60 moveto
+90 112 lineto
+120 60 lineto
+60 60 moveto
+fill
+
+% dark blue color
+%.14 .34 .55 setrgbcolor
+.19 .44 .61 setrgbcolor
+
+
+% make the circle
+% first 2 numbers are coordinates
+% next number is diameter/radius
+% next two numbers tell how much of circle to show
+newpath
+150 86 27 0 360 arc
+fill
+
+% light blue color
+%.75 .85 .92 setrgbcolor
+.43 .61 .84 setrgbcolor
+
+
+
+% draw square
+newpath
+190 60 moveto
+190 112 lineto
+242 112 lineto
+242 60 lineto
+190 60 lineto
+fill
+
+
+
+