(emit9, item)
| 122730 | }; |
| 122731 | var line = markMultiItemPath("line", line$1, pickLine); |
| 122732 | function attr$3(emit9, item) { |
| 122733 | var sx = item.scaleX || 1, sy = item.scaleY || 1; |
| 122734 | if (sx !== 1 || sy !== 1) emit9("vector-effect", "non-scaling-stroke"); |
| 122735 | emit9("transform", transformItem(item)); |
| 122736 | emit9("d", item.path); |
| 122737 | } |
| 122738 | function path$1(context44, item) { |
| 122739 | var path9 = item.path; |
| 122740 | if (path9 == null) return true; |
nothing calls this directly
no test coverage detected