<!-- main -->
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Delphi EPS 1.1
%%Pages: 1
%%Orientation: Portrait
%%BoundingBox: 0 0 *WIDTH* *HEIGHT*
%%EndComments
%%Page: 1 1
0 *HEIGHT* translate
*SCALE* -*SCALE* scale
0 0 0 setrgbcolor
[] 0 setdash
1 setlinewidth
0 setlinejoin
0 setlinecap
gsave [1 0 0 1 0 0] concat
*BODY*
grestore
showpage
%%EOF
<!-- main -->

<!-- filled_polygon -->
gsave
*COLOR*
newpath
*BODY*
closepath
fill
grestore
<!-- filled_polygon -->

<!-- stroke_path -->
*COLOR*
[] 0 setdash
1.0 setlinewidth
0 setlinejoin
0 setlinecap
newpath
*BODY*
stroke
<!-- stroke_path -->

<!-- lineto -->
*X* *Y* lineto
<!-- lineto -->

<!-- moveto -->
*X* *Y* moveto
<!-- moveto -->

<!-- color -->
*R* *G* *B* setrgbcolor
<!-- color -->
