Index: developer/tedax-camv.html =================================================================== --- developer/tedax-camv.html (revision 240) +++ developer/tedax-camv.html (revision 241) @@ -100,6 +100,14 @@ The polygon can not intersect itself, may not contain holes and has to have at least 3 vertices. + poly x1 y1 x2 y2 ... xN yN more below + Same as the above poly, except the polygon is not drawn immediately + but a subsequent poly command is expected and coords appended from + there. This is to overcome the line length limitation of tedax: + a large polygon will use one or more poly lines ending in "more blow" + with the last poly line ending in coords. This last line will + terminate the coord list and close the polygon. + grp n Place the group named n defined in a group block.