summaryrefslogtreecommitdiff
path: root/graphics/psfig/doc/figs/starlines.ps
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/psfig/doc/figs/starlines.ps')
-rw-r--r--graphics/psfig/doc/figs/starlines.ps40
1 files changed, 40 insertions, 0 deletions
diff --git a/graphics/psfig/doc/figs/starlines.ps b/graphics/psfig/doc/figs/starlines.ps
new file mode 100644
index 0000000000..a7cf877ea6
--- /dev/null
+++ b/graphics/psfig/doc/figs/starlines.ps
@@ -0,0 +1,40 @@
+%!
+%%BoundingBox: 300 400 410 420
+/Times-Roman findfont
+30 scalefont setfont
+newpath
+300 400 translate
+.25 setlinewidth
+0 0 moveto
+(StarLines) true charpath clip
+
+/rays {
+ 0 1.5 179
+ { gsave
+ rotate
+ 0 0 moveto
+ 108 0 lineto
+ stroke
+ grestore
+ } for
+} def
+
+
+newpath
+54 -15 translate
+rays
+showpage
+
+
+
+%
+%
+%
+%
+%
+%
+%
+%
+%
+%
+%