Skip to content
Snippets Groups Projects
Commit 9a8c30b7 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Add line beneath headline

parent 0be5e2d8
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,8 @@ try:
drawRed = drawBlack
image.text((10, 0), 'Jenkins Build Status', font=font24, fill=AbstractImage.BLACK)
image.line((5, 30, 395, 30), fill=AbstractImage.BLACK)
image.line((20, 50, 70, 100), fill=AbstractImage.BLACK)
image.line((70, 50, 20, 100), fill=AbstractImage.BLACK)
image.rectangle((20, 50, 70, 100), outline=0, fill=AbstractImage.BLACK)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment