Pārlūkot izejas kodu

[test] reduce the size of test_checker_example()

rexim 3 gadi atpakaļ
vecāks
revīzija
a979da9990
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      test.c
  2. BIN
      test/test_checker_example_expected.png

+ 2 - 2
test.c

@@ -266,8 +266,8 @@ Olivec_Canvas test_alpha_blending(void)
 
 Olivec_Canvas test_checker_example(void)
 {
-    int width = 800;
-    int height = 600;
+    int width = 800/2;
+    int height = 600/2;
     int cols = (8*2);
     int rows = (6*2);
     int cell_width = (width/cols);

BIN
test/test_checker_example_expected.png