浏览代码

Change barcorde width from 2 to 3

Phlippe Moneda 8 年之前
父节点
当前提交
3c98c6245c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      twooffive/encoder.go

+ 1 - 1
twooffive/encoder.go

@@ -45,7 +45,7 @@ var (
 			start: []bool{true, false, true, false},
 			start: []bool{true, false, true, false},
 			end:   []bool{true, true, false, true},
 			end:   []bool{true, true, false, true},
 			widths: map[bool]int{
 			widths: map[bool]int{
-				true:  2,
+				true:  3,
 				false: 1,
 				false: 1,
 			},
 			},
 		},
 		},