Skip to content

Commit

Permalink
Update gif.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama authored Aug 22, 2022
1 parent d130c57 commit a8b67d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/gif/gif.go
Original file line number Diff line number Diff line change
Expand Up @@ -1438,7 +1438,7 @@ func alwaysDoGif(cc *context, value ...string) (string, error) {
canvas := gg.NewContext(500, 600)
canvas.DrawImage(f, 0, 0)
canvas.SetColor(color.Black)
canvas.LoadFontFace(text.BoldFontFile, 40)
_ = canvas.LoadFontFace(text.BoldFontFile, 40)
canvas.DrawString(arg, 280-l, 560)
canvas.DrawImage(img.Size(f, 90, 90).Im, 280, 505)
canvas.DrawString("吗", 370, 560)
Expand Down

0 comments on commit a8b67d4

Please sign in to comment.