You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some investigation, the issue that is causing this problem is choojs/hyperx#41
I've added details in that issue about exactly what is happening, and a possible solution we might apply.
If an svg element has multiple path tags inside, only the first path is added to the nano element.
If I have an svg element like this:
When the element is rendered in the dom, I get this:
I did a comparison in codesandbox with creating a regular element with
document.createElement
and with nanohtml.The text was updated successfully, but these errors were encountered: