Skip to content

Commit a8b67d4

Browse files
authored
Update gif.go
1 parent d130c57 commit a8b67d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/gif/gif.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ func alwaysDoGif(cc *context, value ...string) (string, error) {
14381438
canvas := gg.NewContext(500, 600)
14391439
canvas.DrawImage(f, 0, 0)
14401440
canvas.SetColor(color.Black)
1441-
canvas.LoadFontFace(text.BoldFontFile, 40)
1441+
_ = canvas.LoadFontFace(text.BoldFontFile, 40)
14421442
canvas.DrawString(arg, 280-l, 560)
14431443
canvas.DrawImage(img.Size(f, 90, 90).Im, 280, 505)
14441444
canvas.DrawString("吗", 370, 560)

0 commit comments

Comments
 (0)