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

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

[Octave-bug-tracker] [bug #46417] GL2PS info: OpenGL feedback buffer ove


From: Rik
Subject: [Octave-bug-tracker] [bug #46417] GL2PS info: OpenGL feedback buffer overflow when printing
Date: Fri, 27 Nov 2015 05:40:51 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #8, bug #46417 (project octave):

@Pantxo: I think a partial fix is still better than no solution.  In your
patch, I see


+    else if (state == GL2PS_ERROR)
+      error ("gl2ps-renderer::draw_axes: gl2psEndPage returned
GL2PS_ERROR");


Should the error message actually be


+      error ("gl2ps-renderer::draw_axes: gl2psEndViewport returned
GL2PS_ERROR");


since that was the gl2ps function that was most recently executed?

Also, with your patch applied do you get the correct output from the test
code?


pcolor (rand (200));
print try.png


I still get an all white plot. 


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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