Skip to content

Commit

Permalink
adjust pos
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Aug 26, 2024
1 parent 2b121e8 commit 01fcdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meme_generator/memes/blamed_mahiro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def blamed_mahiro(images, texts: list[str], args):
text_frame = BuildImage.new("RGBA", (400, 80))
try:
text_frame.draw_text(
(10, 0, 350, 80),
(0, -5, 350, 85),
text,
max_fontsize=80,
min_fontsize=60,
Expand Down

0 comments on commit 01fcdf8

Please sign in to comment.