diff --git a/benchmark/space/__init__.py b/benchmark/space/__init__.py index 53babfa..ab3acc5 100644 --- a/benchmark/space/__init__.py +++ b/benchmark/space/__init__.py @@ -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') diff --git a/benchmark/space/blender.png b/benchmark/space/blender.png index 0abfd1a..00e9660 100644 Binary files a/benchmark/space/blender.png and b/benchmark/space/blender.png differ