(t, e)
| 14839 | } |
| 14840 | const r_ = (t) => i_(n_(), t) + ""; |
| 14841 | function i_(t, e) { |
| 14842 | if ((t.open(e.tagName), e.hasAttributes())) { |
| 14843 | const n = e.attributes, |
| 14844 | r = n.length; |
| 14845 | for (let e = 0; e < r; ++e) t.attr(n[e].name, n[e].value); |
| 14846 | } |
| 14847 | if (e.hasChildNodes()) { |
| 14848 | const n = e.childNodes; |
| 14849 | for (const e of n) 3 === e.nodeType ? t.text(e.nodeValue) : i_(t, e); |
| 14850 | } |
| 14851 | return t.close(); |
| 14852 | } |
| 14853 | const o_ = { |
| 14854 | fill: "fill", |
| 14855 | fillOpacity: "fill-opacity", |