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
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