MCPcopy Create free account
hub / github.com/alignoth/alignoth / p_

Function p_

resources/vega.min.js:15126–15158  ·  view source on GitHub ↗
(t, e, n, r, i)

Source from the content-addressed store, hash-verified

15124 );
15125 }
15126 function p_(t, e, n, r, i) {
15127 let o,
15128 a = t._svg;
15129 if (
15130 !a &&
15131 ((o = e.ownerDocument),
15132 (a = ev(o, r, l_)),
15133 (t._svg = a),
15134 t.mark &&
15135 ((a.__data__ = t), (a.__values__ = { fill: "default" }), "g" === r))
15136 ) {
15137 const e = ev(o, "path", l_);
15138 (a.appendChild(e), (e.__data__ = t));
15139 const n = ev(o, "g", l_);
15140 (a.appendChild(n), (n.__data__ = t));
15141 const r = ev(o, "path", l_);
15142 (a.appendChild(r),
15143 (r.__data__ = t),
15144 (r.__values__ = { fill: "default" }));
15145 }
15146 return (
15147 (a.ownerSVGElement !== i ||
15148 (function (t, e) {
15149 return (
15150 t.parentNode &&
15151 t.parentNode.childNodes.length > 1 &&
15152 t.previousSibling != e
15153 );
15154 })(a, n)) &&
15155 e.insertBefore(a, n ? n.nextSibling : e.firstChild),
15156 a
15157 );
15158 }
15159 let g_ = null,
15160 m_ = null;
15161 const y_ = {

Callers 2

markMethod · 0.85
dMethod · 0.85

Calls 1

evFunction · 0.85

Tested by

no test coverage detected