summaryrefslogtreecommitdiff
path: root/Build/source/texk/windvi/Examples/f7.ps
blob: 8e938421c9730cdb5a8a03771545db4956673cf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
%!PS
%%BoundingBox: -72 -72 108 108
/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
-1 -1 translate
box fill
2 2 translate
circle fill
grestore