(context40, group3, x31, y30)
| 122560 | return bounds7.translate(group2.x || 0, group2.y || 0); |
| 122561 | } |
| 122562 | function rectanglePath(context40, group3, x31, y30) { |
| 122563 | const off = offset$1(group3); |
| 122564 | context40.beginPath(); |
| 122565 | rectangle(context40, group3, (x31 || 0) + off, (y30 || 0) + off); |
| 122566 | } |
| 122567 | const hitBackground = hitPath(rectanglePath); |
| 122568 | const hitForeground = hitPath(rectanglePath, false); |
| 122569 | const hitCorner = hitPath(rectanglePath, true); |