updating comment

This commit is contained in:
Will Charczuk 2017-03-04 17:50:57 -08:00 committed by GitHub
parent 9c65a94050
commit fb0040390c

View File

@ -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)