We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bb4a7 commit 53dd224Copy full SHA for 53dd224
src/components/QrcodeReader.vue
@@ -97,7 +97,7 @@ export default {
97
ctx.strokeStyle = 'red'
98
99
ctx.beginPath()
100
- ctx.moveTo(topLeftCorner.x, topRightCorner.y)
+ ctx.moveTo(topLeftCorner.x, topLeftCorner.y)
101
ctx.lineTo(bottomLeftCorner.x, bottomLeftCorner.y)
102
ctx.lineTo(bottomRightCorner.x, bottomRightCorner.y)
103
ctx.lineTo(topRightCorner.x, topRightCorner.y)
0 commit comments