From 59af012a509ebb3c00ed5522e63bd10dfb77d323 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 31 Mar 2003 08:32:30 +0000 Subject: [PATCH] =?UTF-8?q?applied=20patch=20from=20=D8yvind=20Kol=E5s=20t?= =?UTF-8?q?hat=20fixes=20bug=20#109570.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2003-03-31 Michael Natterer * app/core/gimpdrawable-transform-utils.c (gimp_drawable_transform_matrix_perspective): applied patch from Øyvind Kolås that fixes bug #109570. --- ChangeLog | 6 ++++++ app/core/gimp-transform-utils.c | 2 +- app/core/gimpdrawable-transform-utils.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 623f2d37c6..e325ffbf39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-03-31 Michael Natterer + + * app/core/gimpdrawable-transform-utils.c + (gimp_drawable_transform_matrix_perspective): applied patch from + Øyvind Kolås that fixes bug #109570. + 2003-03-30 Sven Neumann * configure.in diff --git a/app/core/gimp-transform-utils.c b/app/core/gimp-transform-utils.c index fb61dd00a0..57c81a6d60 100644 --- a/app/core/gimp-transform-utils.c +++ b/app/core/gimp-transform-utils.c @@ -161,7 +161,7 @@ gimp_drawable_transform_matrix_perspective (gint x1, dx2 = tx3 - tx4; dx3 = tx1 - tx2 + tx4 - tx3; - dy1 = ty2 - ty3; + dy1 = ty2 - ty4; dy2 = ty3 - ty4; dy3 = ty1 - ty2 + ty4 - ty3; diff --git a/app/core/gimpdrawable-transform-utils.c b/app/core/gimpdrawable-transform-utils.c index fb61dd00a0..57c81a6d60 100644 --- a/app/core/gimpdrawable-transform-utils.c +++ b/app/core/gimpdrawable-transform-utils.c @@ -161,7 +161,7 @@ gimp_drawable_transform_matrix_perspective (gint x1, dx2 = tx3 - tx4; dx3 = tx1 - tx2 + tx4 - tx3; - dy1 = ty2 - ty3; + dy1 = ty2 - ty4; dy2 = ty3 - ty4; dy3 = ty1 - ty2 + ty4 - ty3;