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

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

[Octave-bug-tracker] [bug #60120] Printed size of fonts inaccurately alt


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #60120] Printed size of fonts inaccurately altered by '-S' option
Date: Fri, 26 Feb 2021 18:44:13 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/85.0

Follow-up Comment #10, bug #60120 (project octave):

On a laptop with intel graphics:


$ LIBGL_ALWAYS_SOFTWARE=1 octave -f -q
octave:1> tic; hgload ("Figure1_Octave_Native.ofig"); toc
Elapsed time is 0.32721 seconds.
octave:2> tic; print("t1.svg") ; toc
Elapsed time is 0.249313 seconds.
octave:3> 
$ LIBGL_ALWAYS_SOFTWARE=0 octave -f -q
octave:1> tic; hgload ("Figure1_Octave_Native.ofig"); toc
Elapsed time is 0.325612 seconds.
octave:2> tic; print("t1.svg") ; toc
Elapsed time is 0.242793 seconds.
octave:3> 


Dmitri.
-- 


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60120>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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