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

Function d_

resources/vega.min.js:15114–15125  ·  view source on GitHub ↗
(t, e, n)

Source from the content-addressed store, hash-verified

15112 return (iv(t, r), n);
15113 }
15114 function d_(t, e, n) {
15115 let r;
15116 return (
15117 (t = rv(t, n, "clipPath", l_)).setAttribute("id", e.id),
15118 e.path
15119 ? ((r = rv(t, 0, "path", l_)), r.setAttribute("d", e.path))
15120 : ((r = rv(t, 0, "rect", l_)),
15121 x_(r, { x: 0, y: 0, width: e.width, height: e.height })),
15122 iv(t, 1),
15123 n + 1
15124 );
15125 }
15126 function p_(t, e, n, r, i) {
15127 let o,
15128 a = t._svg;

Callers 1

defsMethod · 0.85

Calls 3

rvFunction · 0.85
x_Function · 0.85
ivFunction · 0.85

Tested by

no test coverage detected