Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 612 Bytes

star.rst

File metadata and controls

40 lines (24 loc) · 612 Bytes

star

Draw an n-pointed star, centered at x,y.

Options

n

default: 5

the number of points on the star

inner_radius

default: 0

the distance from the center of the star to the inner circle of its points. Supports /units.

outer_radius

default: 0

the distance from the center of the star to the outer circle of its points. Supports /units.

angle

default: 0

the angle at which to rotate the star

Examples