SyntaxFix
Write A Post
Hire A Developer
Questions
You could use something like this
var el = document.createElement("svg"); el.style.width="600px"; el.style.height="100px"; .... iElement[0].appendChild(el)