Re: [R] 2 questions about svg output

2013-03-13 Thread Ivan Zaigralin
On 03/13/2013 05:16 PM, Paul Murrell wrote: > On 14/03/13 09:52, Ivan Zaigralin wrote: >> I use R to plot things in svg format. One of the things is text, of course. >> >> I noticed that text() in svg() gets saved as path, which is unacceptable >> for my purposes

[R] 2 questions about svg output

2013-03-13 Thread Ivan Zaigralin
Hi everybody :) I use R to plot things in svg format. One of the things is text, of course. I noticed that text() in svg() gets saved as path, which is unacceptable for my purposes. (Interestingly, text() in cairo_pdf() gets saved as text.) Is there a way to save text as text in svg? And pat