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

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

[Octave-bug-tracker] [bug #34146] svg output does not scale


From: anonymous
Subject: [Octave-bug-tracker] [bug #34146] svg output does not scale
Date: Wed, 31 Aug 2011 16:13:54 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.20) Gecko/20110822 Gentoo

Follow-up Comment #7, bug #34146 (project octave):

I did check your attachment out and it DOES NOT scale on the viewers I
indicated. You have not replied to my question as to what viewer(s) you had
tested on, so I'll have to guess from the mac.com addresses that you only used
Safari. I reiterate your need to do further testing. 

My gnuplot does not produce h,w when used via octave THAT is the bug I
reported. Using gnuplot directly does . If I don't supply those parameters it
uses a default and put THAT value in the output:(and it's output does scale)


gnuplot> set terminal svg
Terminal type set to 'svg'
Options are 'size 600,480 fixed  fname 'Arial'  fsize 12 butt solid '
gnuplot> set output 'svg-size-test.svg'


This produces a file starting as follows. 


<?xml version="1.0" encoding="utf-8"  standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
<svg 
 width="600" height="480" 
 viewBox="0 0 600 480"
 xmlns="http://www.w3.org/2000/svg";
 xmlns:xlink="http://www.w3.org/1999/xlink";
>

<desc>Produced by GNUPLOT 4.5 patchlevel 0 </desc>


I hope that helps you confirm the bug.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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