Name
page:Circle -- append circle to path
Synopsis
status = page:Circle(x, y, radius)
Function
page:Circle()
appends a circle to the current path.
Inputs
x
x center point of the circle
y
y center point of the circle
radius
the radius of the circle
Results
status
status code
Show TOC