|
| From: | anonymous |
| Subject: | [Octave-bug-tracker] [bug #34146] svg output does not scale |
| Date: | Sat, 27 Aug 2011 07:54:42 +0000 |
| User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.20) Gecko/20110822 Gentoo |
URL:
<http://savannah.gnu.org/bugs/?34146>
Summary: svg output does not scale
Project: GNU Octave
Submitted by: None
Submitted on: Sat 27 Aug 2011 07:54:41 AM UTC
Category: Plotting with gnuplot
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name:
Originator Email: address@hidden
Open/Closed: Open
Discussion Lock: Any
Release: 3.4.0
Operating System: GNU/Linux
_______________________________________________________
Details:
using print() with -dsvg produces a non-scalable svg.
since the "s" in svg stands for "scalable" it rather seems to defeat the main
purpose of this format to produce non scalable output.
looking at the first few lines shows :
<svg
viewBox="0 0 576 432"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
Looking at other svg files created with gnuplot I see the first line contains
height and width:
<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">
Since having a non-scalable "scalable" graphic is probably not what is most
useful I assume this is an error.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?34146>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |