(item)
| 122525 | context39.clip(); |
| 122526 | } |
| 122527 | function offset$1(item) { |
| 122528 | const sw = value(item.strokeWidth, 1); |
| 122529 | return item.strokeOffset != null ? item.strokeOffset : item.stroke && sw > 0.5 && sw < 1.5 ? 0.5 - Math.abs(sw - 1) : 0; |
| 122530 | } |
| 122531 | function attr$5(emit3, item) { |
| 122532 | emit3("transform", translateItem(item)); |
| 122533 | } |
no test coverage detected