updating comment
This commit is contained in:
parent
9c65a94050
commit
fb0040390c
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ func (rr *rasterRenderer) FillStroke() {
|
||||||
rr.gc.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) {
|
func (rr *rasterRenderer) Circle(radius float64, x, y int) {
|
||||||
fmt.Printf("RasterRenderer.Circle(%f, %d, %d)\n", radius, x, y)
|
fmt.Printf("RasterRenderer.Circle(%f, %d, %d)\n", radius, x, y)
|
||||||
xf := float64(x)
|
xf := float64(x)
|
||||||
|
|
Loading…
Reference in a new issue