(path3)
| 121648 | } |
| 121649 | var custom = {}; |
| 121650 | function customSymbol(path3) { |
| 121651 | if (!(0, _vegaUtil.hasOwnProperty)(custom, path3)) { |
| 121652 | const parsed = pathParse(path3); |
| 121653 | custom[path3] = { |
| 121654 | draw: function(context15, size) { |
| 121655 | pathRender(context15, parsed, 0, 0, Math.sqrt(size) / 2); |
| 121656 | } |
| 121657 | }; |
| 121658 | } |
| 121659 | return custom[path3]; |
| 121660 | } |
| 121661 | const C = 0.448084975506; // C = 1 - c |
| 121662 | function rectangleX(d) { |
| 121663 | return d.x; |
no test coverage detected