Skip to content

Commit 8da466c

Browse files
committed
Fix format
1 parent bbca9a8 commit 8da466c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/showcases/friends/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ function text(dc, rect, txt) {
146146
dc.globalAlpha = alpha
147147
const tr = rect.transform
148148
dc.transform(tr[0][0], tr[1][0], tr[0][1], tr[1][1], tr[0][2], tr[1][2])
149-
dc.drawImage(img, rect.size.x - 14 - 48, rect.size.y - 48-5, 48, 48)
149+
dc.drawImage(img, rect.size.x - 14 - 48, rect.size.y - 48 - 5, 48, 48)
150150
dc.globalAlpha = 1
151151
dc.restore()
152152
return true

0 commit comments

Comments
 (0)