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

Function my

resources/vega.min.js:13564–13581  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

13562 },
13563 );
13564 function my(t, e) {
13565 var n = e.path;
13566 if (null == n) return !0;
13567 var r = e.x || 0,
13568 i = e.y || 0,
13569 o = e.scaleX || 1,
13570 a = e.scaleY || 1,
13571 s = (e.angle || 0) * sg,
13572 u = e.pathCache;
13573 ((u && u.path === n) || ((e.pathCache = u = ag(n)).path = n),
13574 s && t.rotate && t.translate
13575 ? (t.translate(r, i),
13576 t.rotate(s),
13577 yg(t, u, 0, 0, o, a),
13578 t.rotate(-s),
13579 t.translate(-r, -i))
13580 : yg(t, u, r, i, o, a));
13581 }
13582 var yy = {
13583 type: "path",
13584 tag: "path",

Callers 1

vega.min.jsFile · 0.85

Calls 2

agFunction · 0.85
ygFunction · 0.85

Tested by

no test coverage detected