(arg)
| 7165 | }; |
| 7166 | |
| 7167 | const groupLength = function groupLength(arg) { |
| 7168 | if (arg.type === "ordgroup") { |
| 7169 | return arg.body.length; |
| 7170 | } else { |
| 7171 | return 1; |
| 7172 | } |
| 7173 | }; |
| 7174 | |
| 7175 | const svgSpan = function svgSpan(group, options) { |
| 7176 | // Create a span with inline SVG for the element. |