freetype: update an old comment for Go 1.
R=bradfitz CC=golang-dev http://codereview.appspot.com/6202051
This commit is contained in:
parent
a16d1037a1
commit
25c2d648d0
|
@ -298,7 +298,7 @@ func (c *Context) SetDst(dst draw.Image) {
|
|||
}
|
||||
|
||||
// SetSrc sets the source image for draw operations. This is typically an
|
||||
// image.ColorImage.
|
||||
// image.Uniform.
|
||||
func (c *Context) SetSrc(src image.Image) {
|
||||
c.src = src
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user