()
| 124557 | el.removeAttributeNS(ns, name); |
| 124558 | } |
| 124559 | function href() { |
| 124560 | let loc; |
| 124561 | return typeof window === "undefined" ? "" : (loc = window.location).hash ? loc.href.slice(0, -loc.hash.length) : loc.href; |
| 124562 | } |
| 124563 | function SVGStringRenderer(loader) { |
| 124564 | Renderer.call(this, loader); |
| 124565 | this._text = null; |
no outgoing calls
no test coverage detected