Skip to content

Commit

Permalink
fix(writer/standard): typo (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckeyeCoder authored Dec 23, 2021
1 parent 39e6cb7 commit 3bd5445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion writer/standard/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func draw(mat matrix.Matrix, opt *outputImageOptions) image.Image {
logoWidth, logoHeight := lowerRight.X-upperLeft.X, lowerRight.Y-upperLeft.Y

if !validLogoImage(w, h, logoWidth, logoHeight) {
log.Printf("closer=%d, h=%d, logoW=%d, logoH=%d, logo is over than 1/5 of QRCode \n",
log.Printf("w=%d, h=%d, logoW=%d, logoH=%d, logo is over than 1/5 of QRCode \n",
w, h, logoWidth, logoHeight)
goto done
}
Expand Down

0 comments on commit 3bd5445

Please sign in to comment.