(arg)
| 7259 | }; |
| 7260 | |
| 7261 | var groupLength = function groupLength(arg) { |
| 7262 | if (arg.type === "ordgroup") { |
| 7263 | return arg.body.length; |
| 7264 | } else { |
| 7265 | return 1; |
| 7266 | } |
| 7267 | }; |
| 7268 | |
| 7269 | var stretchy_svgSpan = function svgSpan(group, options) { |
| 7270 | // Create a span with inline SVG for the element. |