graph solidcircle - part-cw/lambdanative GitHub Wiki
(graph-solidcircle g x y r)
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.)