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 55364 - improve tool drawing (get rid of XOR)
improve tool drawing (get rid of XOR)
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
git master
Other All
: Normal enhancement
: 2.8
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks: 508183
 
 
Reported: 2001-05-28 13:06 UTC by Raphaël Quinet
Modified: 2010-09-26 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Raphaël Quinet 2001-05-28 13:06:28 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?
Comment 1 Michael Natterer 2001-06-18 22:51:29 UTC
Reassigning to current CVS because it's a wishlist item.
Comment 2 Michael Natterer 2002-02-22 15:00:45 UTC
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...
Comment 3 Dave Neary 2003-10-21 11:46:31 UTC
This isn't a blocker for pre-releases. Can be addressed for 2.2.

Dave.
Comment 4 Sven Neumann 2004-09-16 18:35:54 UTC
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.
Comment 5 Sven Neumann 2008-05-11 12:04:54 UTC
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.
Comment 6 Martin Nordholts 2010-01-15 19:12:06 UTC
According to the current estimates we will not have time to implement this for 2.8. Postponing to 2.10.
Comment 7 Sven Neumann 2010-09-11 19:22:38 UTC
*** Bug 629340 has been marked as a duplicate of this bug. ***
Comment 8 Martin Nordholts 2010-09-23 17:38:17 UTC
Free Select Tool already drawn with cairo, might as well finish the work for 2.8 IMHO. Putting back on 2.8 milestone.
Comment 9 Michael Natterer 2010-09-26 21:47:02 UTC
Better late than never, all tools do cairo now. Closing as FIXED.