GNOME Bugzilla – Bug 55364
improve tool drawing (get rid of XOR)
Last modified: 2010-09-26 21:47:02 UTC
The path editing tool should have an option to change the color that is used for drawing the paths. Sometimes the paths are hard to see over a black and white image. Roy Katz <katz@Glue.umd.edu> wrote in comp.graphics.apps.gimp: > 1. Path selection color. > > More often than not, my work involves generating path tracings over > pencil sketchs. Trying to edit a black curve (and losing the handle > bars, etc -- sometimes they just disappear) over a shaded picture gets > very confusing. If only there was some way to change the color of the > selection path?
Reassigning to current CVS because it's a wishlist item.
This is not only a paths tool problem. All tools which draw on the display suffer from the problem that XORing medium grey results in medium grey again, which renders the whole drawing stuff useless for some images. We will have to solve this problem for 1.4 IMHO...
This isn't a blocker for pre-releases. Can be addressed for 2.2. Dave.
Bumping off the 2.2 milestone since I don't see anyone working on a replacement for XOR drawing. We will probably wait for Cairo to arrive.
GIMP is now doing some Cairo drawing. However the port of the tool drawing to Cairo is not going to make it into GIMP 2.6. Bumping to the 2.8 milestone.
According to the current estimates we will not have time to implement this for 2.8. Postponing to 2.10.
*** Bug 629340 has been marked as a duplicate of this bug. ***
Free Select Tool already drawn with cairo, might as well finish the work for 2.8 IMHO. Putting back on 2.8 milestone.
Better late than never, all tools do cairo now. Closing as FIXED.