(el)
| 40821 | } |
| 40822 | |
| 40823 | function ignoreEl(el) { |
| 40824 | el && (el.ignore = true); |
| 40825 | } |
| 40826 | |
| 40827 | function isTwoLabelOverlapped(current, next, labelLayout) { |
| 40828 | // current and next has the same rotation. |
no outgoing calls
no test coverage detected