Re: displaying SVG from a string

2004-08-19 Thread Tonny Kohar
Hi, > I see that the JSVGCanvas class has a "setURI" method to fetch an SVG from > some URI. However, I have an SVG document in a String... I just want to > give this SVG string to the JSVGCanvas and have it display it. How should > I accomplish this? Here is the example StringReader reader = n

Re: displaying SVG from a string

2004-08-19 Thread Thomas DeWeese
Hi Tobin, Tobin Fricke wrote: I see that the JSVGCanvas class has a "setURI" method to fetch an SVG from some URI. However, I have an SVG document in a String... I just want to give this SVG string to the JSVGCanvas and have it display it. How should I accomplish this? Turn the String into a R