[R] RSvgDevice incomplete svg output
Lefebure Tristan
Tristan.Lefebure at univ-lyon1.fr
Thu Jan 6 15:37:09 CET 2005
Hi
I use RSvgDevice to output plot, and modify them using svg editor (inkscape or
sodipodi on Linux). Some month ago, results were perfect. I did exactly the
same analysis today on the same data, and unfortunatly the results are
different. While looking to the svg file, it seems that all information
concerning "fill" and "stroke" of objects are lost. The consequence is that
all objects become invisible ..........
exemple:
Correct old file:
.............
<polygon points="93.35 , 119.69 109.59 , 119.69 109.59 , 110.94 93.35 , 110.94
" style="stroke-width:1;stroke:#000000;fill:#7F7F7F" />
...............
Today bad file:
..........................
<polygon points="174.51 , 53.95 190.74 , 53.95 190.74 , 53.95 174.51 , 53.95 "
style="stroke-width:1;stroke:#FFFFFF;fill:none;stroke-dasharray" />
.................
A problem associated to R2.0 ?
Thanks
package `RSvgDevice' version 0.5.3
$platform
[1] "i586-mandrake-linux-gnu"
$arch
[1] "i586"
$os
[1] "linux-gnu"
$system
[1] "i586, linux-gnu"
$status
[1] ""
$major
[1] "2"
$minor
[1] "0.0"
$year
[1] "2004"
$month
[1] "10"
$day
[1] "04"
$language
[1] "R"
--
------------------------------------------------------------
Tristan LEFEBURE
Laboratoire d'écologie des hydrosystèmes fluviaux (UMR 5023)
Université Lyon I - Campus de la Doua
Bat. Darwin C 69622 Villeurbanne - France
Phone: (33) (0)4 26 23 44 02
Fax: (33) (0)4 72 43 15 23
More information about the R-help
mailing list