octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53073] OpenGL color LUT seems incorrect after


From: Rik
Subject: [Octave-bug-tracker] [bug #53073] OpenGL color LUT seems incorrect after a print() for the Qt graphics toolkit
Date: Tue, 6 Feb 2018 13:35:28 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #9, bug #53073 (project octave):

The issue is not present if anti-aliasing is disabled.  This works:


plot (1, 'o-', 'linewidth', 4)
set (gcf, 'graphicssmoothing', 'off')
print test.pdf


It may be due to another change where one of two graphics backplanes is
changed in color value only during printing.  Presumably after printing it may
revert back to its value of black and possibly be mixed in through the
anti-aliasing mechanism.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53073>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]