mirror of
https://github.com/python-escpos/python-escpos
synced 2025-09-13 09:09:58 +00:00
Fix wrong sw barcode heigh/width
This commit is contained in:
@@ -468,8 +468,8 @@ class Escpos(object):
|
|||||||
bc,
|
bc,
|
||||||
code,
|
code,
|
||||||
impl=impl,
|
impl=impl,
|
||||||
module_width=5, # TODO: _hw_barcode() size equivalence
|
module_height=5, # TODO: _hw_barcode() size equivalence
|
||||||
module_height=0.2, # TODO: _hw_barcode() size equivalence
|
module_width=0.2, # TODO: _hw_barcode() size equivalence
|
||||||
text_distance=1, # TODO: _hw_barcode() size equivalence
|
text_distance=1, # TODO: _hw_barcode() size equivalence
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user