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

Function SVGStringRenderer

docs/tests/v2/es6/js/sanddance.js:102262–102277  ·  view source on GitHub ↗
(loader)

Source from the content-addressed store, hash-verified

102260function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
102261
102262function SVGStringRenderer(loader) {
102263 _Renderer.default.call(this, loader);
102264
102265 this._text = {
102266 head: '',
102267 bg: '',
102268 root: '',
102269 foot: '',
102270 defs: '',
102271 body: ''
102272 };
102273 this._defs = {
102274 gradient: {},
102275 clipping: {}
102276 };
102277}
102278
102279var prototype = (0, _vegaUtil.inherits)(SVGStringRenderer, _Renderer.default);
102280var base = _Renderer.default.prototype;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected