Polysprite Command Example

Details

Action

Creates a polygon sprite whose name is the value of the first argument. The sprite is a polygon filled with the current FILLCOLOR. Closes the polygon if the points do not. These polysprites may be rotated, translated, and may in general be transformed by any affine transformation.

polysprite "MySprite" [[0,1,1,0], [0,0,1,1]] using width 3 color red fill blue in "graph";