Solved
Custom widget - the svg html element is replaced with i ?
Hi,
I'm using the 3rd party js ui libaray to create the custom widget . But the the <svg> element in the original ui libary become <i> and the sub dom is not rendered in cusom widget . Is there any magic rendering occurs when rendering customer widget ?
------The html of the original ui library-----

---the html after rendering in customer widget---


