(classes, children, options, style)
| 5624 | |
| 5625 | |
| 5626 | var buildCommon_makeSvgSpan = function makeSvgSpan(classes, children, options, style) { |
| 5627 | return new domTree_Span(classes, children, options, style); |
| 5628 | }; |
| 5629 | |
| 5630 | var makeLineSpan = function makeLineSpan(className, options, thickness) { |
| 5631 | var line = buildCommon_makeSpan([className], [], options); |
no outgoing calls
no test coverage detected