(emit6, item)
| 122541 | emitRectangle(emit5, item); |
| 122542 | } |
| 122543 | function foreground(emit6, item) { |
| 122544 | emit6("class", "foreground"); |
| 122545 | emit6("aria-hidden", true); |
| 122546 | if (item.strokeForeground) emitRectangle(emit6, item); |
| 122547 | else emit6("d", ""); |
| 122548 | } |
| 122549 | function content(emit7, item, renderer) { |
| 122550 | const url = item.clip ? clip$1(renderer, item, item) : null; |
| 122551 | emit7("clip-path", url); |
nothing calls this directly
no test coverage detected