MCPcopy Create free account
hub / github.com/microsoft/SandDance / SVGRenderer

Function SVGRenderer

docs/app/js/sanddance-app.js:124067–124074  ·  view source on GitHub ↗
(loader)

Source from the content-addressed store, hash-verified

124065};
124066const RootIndex = 0, xmlns = "http://www.w3.org/2000/xmlns/", svgns = metadata.xmlns;
124067function 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}
124075const base = Renderer.prototype;
124076(0, _vegaUtil.inherits)(SVGRenderer, Renderer, {
124077 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected