(context21, item, x9, y8)
| 121830 | return lineShape.curve(curves(interp, item.orient, item.tension)).context(context20)(items); |
| 121831 | } |
| 121832 | function rectangle(context21, item, x9, y8) { |
| 121833 | return rectShape.context(context21)(item, x9, y8); |
| 121834 | } |
| 121835 | function shape$1(context22, item) { |
| 121836 | return (item.mark.shape || item.shape).context(context22)(item); |
| 121837 | } |
no outgoing calls
no test coverage detected