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
At the moment the adopter returns a Bare Object if the nodeName of the node cannot be converted to an svg object.
I would like to get rid of Bare altogether and just return a Dom Object instead.
With the dom object you have all dom capabilities you need. No other special stuff.
We dont know the nodeName anyway. So there is no use in assuming that it needs methods of Element or similar.
At the moment the adopter returns a Bare Object if the
nodeName
of the node cannot be converted to an svg object.I would like to get rid of
Bare
altogether and just return aDom
Object instead.With the dom object you have all dom capabilities you need. No other special stuff.
We dont know the nodeName anyway. So there is no use in assuming that it needs methods of Element or similar.
What do you think? @wout @saivan
PS: We ofc could add the
words
function toDom
which is really usefulThe text was updated successfully, but these errors were encountered: