GNOME Bugzilla – Bug 320933
New Guides (by Percent) does not compute proper inch offsets
Last modified: 2008-01-15 13:02:14 UTC
Distribution/Version: Fedora Core 3 Open a new canvas using the US Letter template at 72DPI. Add a vertical guide using "Image->Guides->New Guide (by Percent)" at approximately 99%. The actual position should be just about 8.5 inches. The guide is actually added at 6.75 inches.
Created attachment 54452 [details] Screenshot showing actual location where guide is added.
Fixed in both branches: 2005-11-08 Michael Natterer <mitch@gimp.org> * plug-ins/script-fu/scripts/guides-new.scm * plug-ins/script-fu/scripts/guides-new-percent.scm: look at the image's width/height, not the drawable's. Fixes bug #320933.