(emit4, item)
| 122532 | emit3("transform", translateItem(item)); |
| 122533 | } |
| 122534 | function emitRectangle(emit4, item) { |
| 122535 | const off = offset$1(item); |
| 122536 | emit4("d", rectangle(null, item, off, off)); |
| 122537 | } |
| 122538 | function background(emit5, item) { |
| 122539 | emit5("class", "background"); |
| 122540 | emit5("aria-hidden", true); |
no test coverage detected