(label)
| 7172 | }; |
| 7173 | |
| 7174 | var stretchy_mathMLnode = function mathMLnode(label) { |
| 7175 | var node = new mathMLTree.MathNode("mo", [new mathMLTree.TextNode(stretchyCodePoint[label.substr(1)])]); |
| 7176 | node.setAttribute("stretchy", "true"); |
| 7177 | return node; |
| 7178 | }; // Many of the KaTeX SVG images have been adapted from glyphs in KaTeX fonts. |
| 7179 | // Copyright (c) 2009-2010, Design Science, Inc. (<www.mathjax.org>) |
| 7180 | // Copyright (c) 2014-2017 Khan Academy (<www.khanacademy.org>) |
| 7181 | // Licensed under the SIL Open Font License, Version 1.1. |
nothing calls this directly
no test coverage detected