(loader)
| 124065 | }; |
| 124066 | const RootIndex = 0, xmlns = "http://www.w3.org/2000/xmlns/", svgns = metadata.xmlns; |
| 124067 | function SVGRenderer(loader) { |
| 124068 | Renderer.call(this, loader); |
| 124069 | this._dirtyID = 0; |
| 124070 | this._dirty = []; |
| 124071 | this._svg = null; |
| 124072 | this._root = null; |
| 124073 | this._defs = null; |
| 124074 | } |
| 124075 | const base = Renderer.prototype; |
| 124076 | (0, _vegaUtil.inherits)(SVGRenderer, Renderer, { |
| 124077 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected