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

Function SVGStringRenderer

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

Source from the content-addressed store, hash-verified

124561 return typeof window === "undefined" ? "" : (loc = window.location).hash ? loc.href.slice(0, -loc.hash.length) : loc.href;
124562}
124563function 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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected