After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 365436 - Small Tiles plug-in confuses horizontal and vertical flips
Small Tiles plug-in confuses horizontal and vertical flips
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
git master
Other All
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-10-26 20:32 UTC by saulgoode
Modified: 2006-11-05 13:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to swap horizontal and vertical connotations (1.26 KB, patch)
2006-11-03 00:57 UTC, saulgoode
none Details | Review

Description saulgoode 2006-10-26 20:32:02 UTC
Please describe the problem:
Selecting the Horizontal Flip option causes pixels to be swapped top-to-bottom.
Selecting the Vertical Flip option causes pixels to be swapped left-to-right.

I believe the labelling of these operations should have the reverse assignment in order to be consistent with the labelling of the Flip Tool.


Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 saulgoode 2006-11-03 00:57:32 UTC
Created attachment 75905 [details] [review]
Patch to swap horizontal and vertical connotations
Comment 2 Sven Neumann 2006-11-05 13:28:52 UTC
2006-11-05  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/tileit.c: applied patch from Saul Goode to fix
	confusion with flip direction (bug #365436).