Skip to content

Commit

Permalink
Change text color
Browse files Browse the repository at this point in the history
  • Loading branch information
laurynas committed Mar 17, 2024
1 parent d240313 commit f4ff02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/draw.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from PIL import ImageDraw, ImageFont

def draw_objects(image, objects, color='white'):
def draw_objects(image, objects, color='blue'):
draw = ImageDraw.Draw(image)
font = ImageFont.load_default()
offset = font.size + 3
Expand Down

0 comments on commit f4ff02b

Please sign in to comment.