/setup {
       counttomark 2 idiv {def} repeat pop

       landscape {/orientation 90 orientation add def} if
       /scaling 72 resolution div def
       linewidth setlinewidth
       1 setlinecap

       pagedimensions
       xcenter ycenter translate
       orientation rotation mul rotate
       width 2 div neg height 2 div translate
       xoffset inch yoffset inch neg translate
       margin 2 div dup neg translate
       magnification dup aspectratio mul scale
       scaling scaling scale

%       addmetrics
       0 0 moveto
} def

/pagedimensions {
       useclippath userdict /gotpagebbox known not and {
               /pagebbox [clippath pathbbox newpath] def
               roundpage currentdict /roundpagebbox known and {roundpagebbox} if
       } if
       pagebbox aload pop
       4 -1 roll exch 4 1 roll 4 copy
       landscape {4 2 roll} if
       sub /width exch def
       sub /height exch def
       add 2 div /xcenter exch def
       add 2 div /ycenter exch def
       userdict /gotpagebbox true put
} def
/pagesetup {
       /page exch def
       currentdict /pagedict known currentdict page known and {
               page load pagedict exch get cvx exec
       } if
} def
/inpath false def
/savematrix matrix def
/De {
       /y1 exch 2 div def
       /x1 exch 2 div def
       /savematrix savematrix currentmatrix def
       neg exch x1 add exch translate
       x1 y1 scale
       0 0 1 0 360
       inpath
               {1 0 moveto arc savematrix setmatrix}
               {newpath arc savematrix setmatrix stroke}
       ifelse
} bind def
%%BeginSetup
mark
/linewidth 0.5 def
/xoffset 0 def
/yoffset 0 def
/#copies 1 store
/magnification 1 def
%%FormsPerPage: 1
/formsperpage 1 def

/landscape false def
/resolution 720 def
/useclippath true def
/pagebbox [0 0 612 792] def
/roundpage true def
/orientation 0 def
/rotation 1 def
/xoffset 0 def
/yoffset 0 def
/inch {72 mul} bind def
/#copies 1 store
/aspectratio 1 def
/formsperpage 1 def
/landscape false def
/linewidth .3 def
/magnification 1 def
/margin 0 def
/orientation 0 def
setup
2 pagesetup
1. debug
3071 921 1 1 De
2. debug
%3050 942 1 1 De
%3. debug