commit
ea849af1ae
|
@ -24,7 +24,7 @@
|
|||
|
||||
MathJax.OutputJax.SVG = MathJax.OutputJax({
|
||||
id: "SVG",
|
||||
version: "2.1.1",
|
||||
version: "2.1.2",
|
||||
directory: MathJax.OutputJax.directory + "/SVG",
|
||||
extensionDir: MathJax.OutputJax.extensionDir + "/SVG",
|
||||
autoloadDir: MathJax.OutputJax.directory + "/SVG/autoload",
|
||||
|
|
|
@ -387,7 +387,11 @@
|
|||
this.cwidth = .85*SVG.defaultWidth;
|
||||
emex.parentNode.removeChild(emex);
|
||||
|
||||
span.appendChild(this.textSVG);
|
||||
this.mathDIV = span;
|
||||
this.idPostfix = "-zoom"; jax.root.toSVG(span,span); this.idPostfix = "";
|
||||
span.removeChild(this.textSVG);
|
||||
|
||||
if (this.operaZoomRefresh)
|
||||
{setTimeout(function () {span.firstChild.style.border="1px solid transparent"},1)}
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue
Block a user