Re: Get 'innerHtml' of SVG shape instance?
markww <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Message-ID | <[email protected]> |
markww wrote:
>
> var p = document.getElementById("mysvg_shape");
> if (p != null) {
> var serializer = new XMLSerializer();
> alert(serializer.serializeToString(p));
>
Actually the above works just fine in Safari too, sorry for the mistake.
--
View this message in context: http://www.nabble.com/Get-%27innerHtml%27-of-SVG-shape-instance--tp20969384p20976748.html
Sent from the Mozilla - SVG mailing list archive at Nabble.com.