diff options
Diffstat (limited to 'tests/gdtransformaffineboundingbox/github_bug_00221.c')
-rw-r--r-- | tests/gdtransformaffineboundingbox/github_bug_00221.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gdtransformaffineboundingbox/github_bug_00221.c b/tests/gdtransformaffineboundingbox/github_bug_00221.c index c327789..4a50f73 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; |