Merge pull request #1507 from dpvc/mglyph-src

Don't add a 'src' attribute (<image> uses href, not src)
This commit is contained in:
Davide P. Cervone 2016-06-08 06:56:39 -04:00
commit fb5505cf8a

View File

@ -82,7 +82,7 @@ MathJax.Hub.Register.StartupHook("SVG Jax Ready",function () {
} else {
var mu = this.SVGgetMu(svg);
svg.Add(BBOX.MGLYPH(this.img.img,values.width,values.height,values.valign,mu,
{src:values.src, alt:values.alt, title:values.alt}));
{alt:values.alt, title:values.alt}));
}
}
svg.Clean();