(loader)
| 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; |
| 124566 | this._defs = { |
| 124567 | gradient: {}, |
| 124568 | clipping: {} |
| 124569 | }; |
| 124570 | } |
| 124571 | (0, _vegaUtil.inherits)(SVGStringRenderer, Renderer, { |
| 124572 | /** |
| 124573 | * Returns the rendered SVG text string, |
nothing calls this directly
no outgoing calls
no test coverage detected