Use blender logo size which is safer for downscale

This commit is contained in:
2018-08-07 23:58:39 +02:00
parent 92d124b7a2
commit 57a080c9db
2 changed files with 1 additions and 1 deletions

View File

@@ -231,7 +231,7 @@ def benchmark_draw_post_pixel(arg1, arg2):
draw_rect(bottom_x, bottom_y, bottom_w, bottom_h, bottom_color)
# Logo
logo_width_unscaled = 325
logo_width_unscaled = 326
logo_height_unscaled = 104
logo_dir = os.path.dirname(os.path.abspath(__file__))
logo_filepath = os.path.join(logo_dir, 'blender.png')

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 12 KiB