@@ -44,7 +44,7 @@ START_TEST(test_complex_plane_coordinates)
44
44
{
45
45
const int width = 800 , height = width ;
46
46
47
- graph_t graph = graph_create ("graph_gd .so" , width , height , 0 + I * 0 , 4.0 );
47
+ graph_t graph = graph_create ("graph_cairo .so" , width , height , 0 + I * 0 , 4.0 );
48
48
49
49
assert_complex_points_equal (-2 - I * 2 , graph .extremes .lower_left );
50
50
assert_complex_points_equal ( 2 + I * 2 , graph .extremes .upper_right );
@@ -62,7 +62,7 @@ START_TEST(test_aspect_ratio_in_portrait)
62
62
{
63
63
const int width = 500 , height = 800 ;
64
64
65
- graph_t graph = graph_create ("graph_gd .so" , width , height , 0.25 + I * -0.3 , 2.0 );
65
+ graph_t graph = graph_create ("graph_cairo .so" , width , height , 0.25 + I * -0.3 , 2.0 );
66
66
67
67
assert_complex_points_equal (-0.375 - I * 1.3 , graph .extremes .lower_left );
68
68
assert_complex_points_equal ( 0.875 + I * 0.7 , graph .extremes .upper_right );
@@ -75,7 +75,7 @@ START_TEST(test_aspect_ratio_in_landscape)
75
75
{
76
76
const int width = 600 , height = 450 ;
77
77
78
- graph_t graph = graph_create ("graph_gd .so" , width , height , -0.25 + I * 0.3 , 4.0 );
78
+ graph_t graph = graph_create ("graph_cairo .so" , width , height , -0.25 + I * 0.3 , 4.0 );
79
79
80
80
assert_complex_points_equal (-2.25 - I * 1.2 , graph .extremes .lower_left );
81
81
assert_complex_points_equal ( 1.75 + I * 1.8 , graph .extremes .upper_right );
0 commit comments