Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
veghdev committed Apr 29, 2024
1 parent bbca9a8 commit 8da466c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/showcases/friends/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function text(dc, rect, txt) {
dc.globalAlpha = alpha
const tr = rect.transform
dc.transform(tr[0][0], tr[1][0], tr[0][1], tr[1][1], tr[0][2], tr[1][2])
dc.drawImage(img, rect.size.x - 14 - 48, rect.size.y - 48-5, 48, 48)
dc.drawImage(img, rect.size.x - 14 - 48, rect.size.y - 48 - 5, 48, 48)
dc.globalAlpha = 1
dc.restore()
return true
Expand Down

0 comments on commit 8da466c

Please sign in to comment.