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

Function Hm

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

Source from the content-addressed store, hash-verified

13183 );
13184 }
13185 function Hm(t, e) {
13186 return function (n, r, i, o) {
13187 var a,
13188 s,
13189 u = Array.isArray(r) ? r[0] : r,
13190 l = null == e ? u.fill : e,
13191 c = u.stroke && n.isPointInStroke;
13192 return (
13193 c &&
13194 ((a = u.strokeWidth),
13195 (s = u.strokeCap),
13196 (n.lineWidth = null != a ? a : 1),
13197 (n.lineCap = null != s ? s : "butt")),
13198 !t(n, r) &&
13199 ((l && n.isPointInPath(i, o)) || (c && n.isPointInStroke(i, o)))
13200 );
13201 };
13202 }
13203 function Ym(t) {
13204 return Wm(Hm(t));
13205 }

Callers 3

YmFunction · 0.70
QmFunction · 0.70
vega.min.jsFile · 0.70

Calls 1

tFunction · 0.70

Tested by

no test coverage detected