diff options
Diffstat (limited to 'Build/source/texk/windvi/Examples/f6.ps')
-rw-r--r-- | Build/source/texk/windvi/Examples/f6.ps | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Build/source/texk/windvi/Examples/f6.ps b/Build/source/texk/windvi/Examples/f6.ps new file mode 100644 index 00000000000..9dce1189942 --- /dev/null +++ b/Build/source/texk/windvi/Examples/f6.ps @@ -0,0 +1,23 @@ +%!PS +%%BoundingBox: 0 0 180 180 +/box {newpath +0 0 moveto +0 1 lineto +1 1 lineto +1 0 lineto +closepath +} def + +/circle {newpath +0 0 moveto +0 0 0.5 0 360 arc +closepath +} def + +gsave + +72 72 scale +box fill +2 2 translate +circle fill +grestore |