====== Steve SVG.js Studies ====== {{:steve-screenshot_2022-10-07_15-27-52.png?400|}} {{:steve-screenshot_2022-10-07_15-27-13.png?400|}} ===== Explanation ===== To import it, I used an iframe in my index.html file. Then, I used contentDocument to get the XML. ChildNodes[1] and innerHTML to read the xml out. To give it to SVG.js I used the SVG.js function draw.svg then gave the xml as a string.