I'm returning a string bracketed in <svg></svg> tags. is this not what I should be doing?
> On Aug 5, 2015, at 9:57 AM, Felix Cheung <[email protected]> wrote: > > Are you wrapping SVG in HTML? > > > > > > > On Wed, Aug 5, 2015 at 6:53 AM -0700, "Amos B. Elberg" > <[email protected]> wrote: > Are other folks able to return images in SVG format, with the SVG type code, > and see the result displayed in the interface? > > I'm working on the R interpreter(s) and I have jpgs working, HTML working, > SVG embedded in HTML working, returning data in %table format working, D3 > embedded in HTML mostly works, advanced visualizations with Google HTML > widgets are starting to work, but for SVG returned as its own > InterpreterResult, nothing is displayed in the browser.
