Skip to content

Commit

Permalink
fix: unexpected misplaced name (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoYoez committed Mar 16, 2023
1 parent 5e93368 commit 1d8f5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/score/sign_in.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func init() {
}
// draw head
nickName := ctx.CardOrNickName(uid)
canvas.DrawStringWrapped(nickName, 350, 180, 0.5, 0.5, 0.5, 0.5, gg.AlignLeft)
canvas.DrawString(nickName, 350, 180)
canvas.Fill()
// main draw
data, err = file.GetLazyData(text.FontFile, control.Md5File, true)
Expand Down

0 comments on commit 1d8f5a7

Please sign in to comment.