GNOME Bugzilla – Bug 382445
Antialias plug-in erases topmost pixel row inside a selection
Last modified: 2006-12-05 10:09:56 UTC
Steps to reproduce: 1. create a new image 2. scribble with e.g. pencil 3. create a selection 4. apply antialias Result: The top pixel row is erased (to background or transparency) This happens on both Windows and Linux. I'll attach an example.
Created attachment 77698 [details] example
The plugin always is being initialized with the first line of the drawable (*not* the first line of the affected region). I have checked in a trivial fix for this bug. However, right now the plugin works inconsistent, since it takes the left/right surrounding of the region into account, but ignores the top/bottom surrounding. This probably should be fixed. Since the immediate problem is fixed I'll close this bug as FIXED. 2006-12-05 Simon Budig <simon@gimp.org> * plug-ins/common/antialias.c: trivial fix for bug #382445