Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

This function draws a filled circle at position (x,y) with radius r using the current pen properties.

Parameter Description
g graph context
x,y location of circle
r radius of circle

Example

(graph-solidcircle g 0.2 0.2 20.)
Clone this wiki locally