summaryrefslogtreecommitdiff
path: root/tests/gdtransformaffineboundingbox/github_bug_00221.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gdtransformaffineboundingbox/github_bug_00221.c')
-rw-r--r--tests/gdtransformaffineboundingbox/github_bug_00221.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gdtransformaffineboundingbox/github_bug_00221.c b/tests/gdtransformaffineboundingbox/github_bug_00221.c
index c327789..9e75d0e 100644
--- a/tests/gdtransformaffineboundingbox/github_bug_00221.c
+++ b/tests/gdtransformaffineboundingbox/github_bug_00221.c
@@ -10,7 +10,7 @@ int main()
gdRect bbox;
gdRect area;
double affine[6];
-
+
affine[0] = -0.965926;
affine[1] = -0.258819;
affine[2] = 0.258819;
@@ -24,7 +24,7 @@ int main()
if (gdTransformAffineBoundingBox(&area, affine, &bbox) != GD_TRUE) {
return 1;
}
- if (!(bbox.x ==-253 && bbox.y ==-228 && bbox.width == 298 && bbox.height == 230)) {
+ if (!(bbox.x ==-253 && bbox.y ==-228 && bbox.width == 297 && bbox.height == 229)) {
return 1;
}