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

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

[Octave-bug-tracker] [bug #34720] printing svg gets out of canvas


From: Muhali
Subject: [Octave-bug-tracker] [bug #34720] printing svg gets out of canvas
Date: Thu, 03 Nov 2011 04:10:10 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1

Follow-up Comment #4, bug #34720 (project octave):

This code

plot([1 1]);
pause(2) ;
plot([1 1]);
print foo_pause.png ;

produces foo_pause.png (the shrunk version) while this code

plot([1 1]);
plot([1 1]);
print foo.png ;

produces foo.png (the correct one), both figures attached.

I am using the following octave version:
parent: 13760:1d97688f8522 tip

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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