SVGInnerHTML.js is a small Javascript shim that provides support for the .innerHTML attribute (setting and getting) for SVG and G elements.
- mySVGElement.innerHTML = 'hello world';
- myGElement.innerHTML = '';
- alert(mySVGElement.innerHTML);
| Name | Name | Last commit date | ||
|---|---|---|---|---|