commit ea849af1aeb62aeadb64dc45b4c3bb7486ba515f
parent 6f4cdbd68c8050db14ca17f9507107163551c6ae
Author: Davide P. Cervone <dpvc@union.edu>
Date: Fri, 19 Apr 2013 09:27:21 -0400
Merge branch 'issue441' into develop
Resolves issue #441.
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/unpacked/jax/output/SVG/config.js b/unpacked/jax/output/SVG/config.js
@@ -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",
diff --git a/unpacked/jax/output/SVG/jax.js b/unpacked/jax/output/SVG/jax.js
@@ -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)}
//