Package: gnuplot
Version: 4.0.0-2
Severity: normal

Hi,

I think the svg file produce by gnuplot are not correct. If I do in gnuplot :
set term svg
set output "test.svg"
test

Then the head of test.svg is :
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN" "svg-20001102.dtd">
<svg width="600" height="480" viewBox="0 0 600 480"
 xmlns:xlink="http://www.w3.org/1999/xlink";>

and the file isn't correctly displayed by firefox. Apparently, the svg tag
should be instead : 
<svg xmlns="http://www.w3.org/2000/svg";
     xmlns:xlink="http://www.w3.org/1999/xlink";>

according to http://www.mozilla.org/projects/svg/faq.html#source

Hope to help.

PS: I don't want money from Dunc Tank for this bugreport, thanks ;)

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-386
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages gnuplot depends on:
ii  gnuplot-nox                   4.0.0-2    A command-line driven interactive 
ii  gnuplot-x11                   4.0.0-2    X11-terminal driver for gnuplot

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to