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