fix height7
This commit is contained in:
parent
e5b91cda9b
commit
a6d58ebf6b
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ def render_text_on_image(input_image_path, text_to_draw, output_image_path=None,
|
|||
|
||||
|
||||
WIDTH = 29
|
||||
HEIGHT = 10
|
||||
HEIGHT = 9
|
||||
|
||||
EMPTY_DOT = "◌"
|
||||
FILLED_DOT = "●"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue