Module yareio::graphics[][src]

Expand description

Render circles and lines on the map. First set the colour and then draw a shape.

Functions

Draw a circle with a centre at (x, y) and the given radius.

Set the colour of future shapes.

Draw a line from (x1, y1) to (x2, y2).

Set the line width for future shapes.

Draw a rectable with the top left corner at (x, y)