(item, box)
| 123013 | return b15.contains(px4, py4); |
| 123014 | } |
| 123015 | function intersectText(item, box) { |
| 123016 | const p = bound(tempBounds, item, 2); |
| 123017 | return intersectBoxLine(box, p[0], p[1], p[2], p[3]) || intersectBoxLine(box, p[0], p[1], p[4], p[5]) || intersectBoxLine(box, p[4], p[5], p[6], p[7]) || intersectBoxLine(box, p[2], p[3], p[6], p[7]); |
| 123018 | } |
| 123019 | var text = { |
| 123020 | type: "text", |
| 123021 | tag: "text", |
nothing calls this directly
no test coverage detected