fix type in ComposeMethod doc
This commit is contained in:
parent
af6241d010
commit
592eb4b8ef
|
@ -13,7 +13,7 @@ type ComposeTarget interface {
|
|||
// ComposeMethod is a Porter-Duff composition method.
|
||||
type ComposeMethod int
|
||||
|
||||
// Here's the list of all available Porter-Duff composition methods. User ComposeOver for the basic
|
||||
// Here's the list of all available Porter-Duff composition methods. Use ComposeOver for the basic
|
||||
// alpha blending.
|
||||
const (
|
||||
ComposeOver ComposeMethod = iota
|
||||
|
|
Loading…
Reference in New Issue