Merge branch 'issue441' into develop

Resolves issue #441.
This commit is contained in:
Davide P. Cervone 2013-04-19 09:27:21 -04:00
commit ea849af1ae
2 changed files with 5 additions and 1 deletions

View File

@ -24,7 +24,7 @@
MathJax.OutputJax.SVG = MathJax.OutputJax({ MathJax.OutputJax.SVG = MathJax.OutputJax({
id: "SVG", id: "SVG",
version: "2.1.1", version: "2.1.2",
directory: MathJax.OutputJax.directory + "/SVG", directory: MathJax.OutputJax.directory + "/SVG",
extensionDir: MathJax.OutputJax.extensionDir + "/SVG", extensionDir: MathJax.OutputJax.extensionDir + "/SVG",
autoloadDir: MathJax.OutputJax.directory + "/SVG/autoload", autoloadDir: MathJax.OutputJax.directory + "/SVG/autoload",

View File

@ -387,7 +387,11 @@
this.cwidth = .85*SVG.defaultWidth; this.cwidth = .85*SVG.defaultWidth;
emex.parentNode.removeChild(emex); emex.parentNode.removeChild(emex);
span.appendChild(this.textSVG);
this.mathDIV = span;
this.idPostfix = "-zoom"; jax.root.toSVG(span,span); this.idPostfix = ""; this.idPostfix = "-zoom"; jax.root.toSVG(span,span); this.idPostfix = "";
span.removeChild(this.textSVG);
if (this.operaZoomRefresh) if (this.operaZoomRefresh)
{setTimeout(function () {span.firstChild.style.border="1px solid transparent"},1)} {setTimeout(function () {span.firstChild.style.border="1px solid transparent"},1)}
// //