//You can type your JS code here // The following lines are mandatory if you want to render svg images to the right var cvs = document.getElementById('canvas'); cvs.innerHTML = svg;