diff --git a/raster_renderer.go b/raster_renderer.go index 99119d2..9ec7762 100644 --- a/raster_renderer.go +++ b/raster_renderer.go @@ -117,7 +117,7 @@ func (rr *rasterRenderer) FillStroke() { rr.gc.FillStroke() } -// Circle fully draws and strokes a circle at a given point. +// Circle fully draws a circle at a given point but does not apply the fill or stroke. func (rr *rasterRenderer) Circle(radius float64, x, y int) { fmt.Printf("RasterRenderer.Circle(%f, %d, %d)\n", radius, x, y) xf := float64(x)