GNOME Bugzilla – Bug 300269
Perspective tool not working correctly
Last modified: 2005-04-12 09:09:53 UTC
Please describe the problem: When moving one of the corner to adjust the perspective, the other anchor points move and "nan" appear in the matrix. In cvs: * Before march 16th, the perspective tool is working ok. * After march 23rd, the perspective tool is not working ok. Steps to reproduce: 1. Use the perspective tool in mode "grid" or "image" (or probably any mode). 2. Drag anchor points Actual results: nan appear in the transformation matrix. The tool is not working correctly. Expected results: Does this happen every time? Yes Other information: 2.6.7-1.494.2.2 #1 Tue Aug 3 09:39:58 EDT 2004 i686 athlon i386 GNU/Linux FC2.
The "cosmetic changes" of 2005-03-20 were not quite correct.
Fixed in CVS: 2005-04-12 Michael Natterer <mitch@gimp.org> * app/core/gimp-transform-utils.c (gimp_transform_matrix_perspective): undo the "cosmetic changes" of 2005-03-20. Fixes bug #300269.