Re: Get 'innerHtml' of SVG shape instance?
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Message-ID | <[email protected]> |
Mark Wyszomierski wrote: > I have an sgv document I'm rendering. Is it possible to get the text that > composes an sgv element via javascript? Not in a cross-browser way, I don't think. In Gecko you could use XMLSerializer for this. -Boris