Fix ATextureMode
This commit is contained in:
@@ -89,7 +89,7 @@ func ATexture (texture canvas.Texture) AttrTexture {
|
||||
}
|
||||
// ATextureMode is a convenience constructor for the texture mode attribute.
|
||||
func ATextureMode (mode TextureMode) AttrTextureMode {
|
||||
return AttrTexture(mode)
|
||||
return AttrTextureMode(mode)
|
||||
}
|
||||
// ABorder is a convenience constructor for the border attribute.
|
||||
func ABorder (borders ...Border) AttrBorder {
|
||||
|
||||
Reference in New Issue
Block a user