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

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

[Octave-bug-tracker] [bug #53197] Size of svg output is 75% of PaperPosi


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #53197] Size of svg output is 75% of PaperPosition value
Date: Tue, 27 Feb 2018 04:54:35 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #11, bug #53197 (project octave):

@Rik: Yes, the whole SVG document inherits the units used to the width and
height in the "svg" element attributes. 
We could use "regexprep", in a post processing step, to replace "width="XXXpx"
height="XXXpx"" by "width="XXXpt" height="XXXpt"". Or we could do that
directly in gl2ps-print, which would probably be faster since we know there
should be only two occurrences of "px" at the beginning  of the files.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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