This commit is contained in:
Christoph Oberhofer
2015-06-23 21:04:00 +02:00
parent 38d11e5691
commit 681c351020
2 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -8564,7 +8564,11 @@ function(Code128Reader,
if (_config.locate) { if (_config.locate) {
return BarcodeLocator.locate(); return BarcodeLocator.locate();
} else { } else {
return [_boxSize]; return [[
vec2.create(_boxSize[0]),
vec2.create(_boxSize[1]),
vec2.create(_boxSize[2]),
vec2.create(_boxSize[3])]];
} }
} }
+2 -2
View File
File diff suppressed because one or more lines are too long