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

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

[Octave-bug-tracker] [bug #52975] regression: print to svg contains two


From: Rik
Subject: [Octave-bug-tracker] [bug #52975] regression: print to svg contains two backplanes, one black and one white
Date: Wed, 31 Jan 2018 14:17:18 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #3, bug #52975 (project octave):

This might be caused by the way we handle GL2PS_DRAW_BACKGROUND.  We
specifically enable this option for the first viewport, and then disable it
for other axes objects like legends.  This is in gl2ps-print.cc:draw_axes.


      // Don't draw background for subsequent viewports (legends, subplots,
      // etc.)
      gl2psGetOptions (&opts);
      opts &= ~GL2PS_DRAW_BACKGROUND;
      gl2psSetOptions (opts);




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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