(t, e, n)
| 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 | } |
no test coverage detected