According to the definition of closest from https://developer.mozilla.org/en-US/docs/Web/API/Element/closest
See here:
|
if (attrs?.xmlns) return document.createElementNS(attrs.xmlns as string, tag, options) as SVGElement; |
I already mentioned this in #22 (comment), but it's really a separate issue.