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

Function Om

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

Source from the content-addressed store, hash-verified

13089 }
13090 var Nm = [];
13091 function Om(t, e, n) {
13092 var r = null != (r = e.strokeWidth) ? r : 1;
13093 return (
13094 !(r <= 0) &&
13095 (n *= null == e.strokeOpacity ? 1 : e.strokeOpacity) > 0 &&
13096 ((t.globalAlpha = n),
13097 (t.strokeStyle = Bm(t, e, e.stroke)),
13098 (t.lineWidth = r),
13099 (t.lineCap = e.strokeCap || "butt"),
13100 (t.lineJoin = e.strokeJoin || "miter"),
13101 (t.miterLimit = e.strokeMiterLimit || 10),
13102 t.setLineDash &&
13103 (t.setLineDash(e.strokeDash || Nm),
13104 (t.lineDashOffset = e.strokeDashOffset || 0)),
13105 !0)
13106 );
13107 }
13108 function Rm(t, e) {
13109 return t.zindex - e.zindex || t.index - e.index;
13110 }

Callers 3

ImFunction · 0.70
vega.min.jsFile · 0.70
xyFunction · 0.70

Calls 1

BmFunction · 0.70

Tested by

no test coverage detected