(context, group)
| 99392 | } |
| 99393 | |
| 99394 | function backgroundPath(context, group) { |
| 99395 | var offset = group.stroke ? StrokeOffset : 0; |
| 99396 | context.beginPath(); |
| 99397 | (0, _shapes.rectangle)(context, group, offset, offset); |
| 99398 | } |
| 99399 | |
| 99400 | var hitBackground = (0, _pick.hitPath)(backgroundPath); |
| 99401 |