diff --git a/elaphe/code39.py b/elaphe/code39.py index 6852b02..cfa1eeb 100644 --- a/elaphe/code39.py +++ b/elaphe/code39.py @@ -74,7 +74,7 @@ def _text_bbox(self, codestring): textmaxy = textyoffset + textsize textmaxx = 16*(len(codestring)+1)+0.6*textsize if hidestars: - textmaxx = 16, textmaxx-16 + textmaxx = textmaxx - 16 return [0, textyoffset, textmaxx, textmaxy] def build_params(self, codestring):