Table of Contents

Circle

Format

circle x,y,r

Description

Draws a circle centered at x,y with a radius r using the current color.

Example

color red
circle 100,100,50

Will draw a red circle of a radius of 50 with it's center at (100,100).