Skip to content

Commit 53dd224

Browse files
committed
fix(tracking): mismatch default repaint function
Close #41
1 parent b5bb4a7 commit 53dd224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/QrcodeReader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export default {
9797
ctx.strokeStyle = 'red'
9898
9999
ctx.beginPath()
100-
ctx.moveTo(topLeftCorner.x, topRightCorner.y)
100+
ctx.moveTo(topLeftCorner.x, topLeftCorner.y)
101101
ctx.lineTo(bottomLeftCorner.x, bottomLeftCorner.y)
102102
ctx.lineTo(bottomRightCorner.x, bottomRightCorner.y)
103103
ctx.lineTo(topRightCorner.x, topRightCorner.y)

0 commit comments

Comments
 (0)