You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last iteration m.size-finderPatternSize-1 for adding timing pattern is on separator pattern.
It happens to be false, but it seems to be a misunderstanding.
I think it should be for i := finderPatternSize + 1; i < m.size-finderPatternSize-1; i++ {.
Last iteration
m.size-finderPatternSize-1
for adding timing pattern is on separator pattern.It happens to be
false
, but it seems to be a misunderstanding.I think it should be
for i := finderPatternSize + 1; i < m.size-finderPatternSize-1; i++ {
.go-qrcode/regular_symbol.go
Lines 172 to 181 in da1b656
The text was updated successfully, but these errors were encountered: