Further tweaks to blender logo

This commit is contained in:
2018-08-07 12:09:45 +02:00
parent 3e16d19178
commit 87ac43b6ec
2 changed files with 2 additions and 2 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 17 KiB