MCPcopy Create free account
hub / github.com/TruthHun/BookStack / buildCommon_makeSvgSpan

Function buildCommon_makeSvgSpan

static/katex/katex.js:5626–5628  ·  view source on GitHub ↗
(classes, children, options, style)

Source from the content-addressed store, hash-verified

5624
5625
5626var buildCommon_makeSvgSpan = function makeSvgSpan(classes, children, options, style) {
5627 return new domTree_Span(classes, children, options, style);
5628};
5629
5630var makeLineSpan = function makeLineSpan(className, options, thickness) {
5631 var line = buildCommon_makeSpan([className], [], options);

Callers 1

buildCommon_staticSvgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected