(node)
| 1192 | } |
| 1193 | |
| 1194 | function getAllBarNodes(node) { |
| 1195 | return node.querySelectorAll('g.point'); |
| 1196 | } |
| 1197 | |
| 1198 | function assertTextIsInsidePath(textNode, pathNode, errorMargin=0) { |
| 1199 | var textBB = textNode.getBoundingClientRect(); |
no outgoing calls
no test coverage detected
searching dependent graphs…