Browse Source

[test] reduce the size of the circle example

rexim 3 years ago
parent
commit
6e788b01cf
2 changed files with 2 additions and 2 deletions
  1. 2 2
      test.c
  2. BIN
      test/test_circle_example_expected.png

+ 2 - 2
test.c

@@ -291,8 +291,8 @@ Olivec_Canvas test_checker_example(void)
 
 Olivec_Canvas test_circle_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_circle_example_expected.png