Skip to content

Commit fb5505c

Browse files
committed
Merge pull request #1507 from dpvc/mglyph-src
Don't add a 'src' attribute (<image> uses href, not src)
2 parents 5c12c99 + 02cfa45 commit fb5505c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpacked/jax/output/SVG/autoload/mglyph.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ MathJax.Hub.Register.StartupHook("SVG Jax Ready",function () {
8282
} else {
8383
var mu = this.SVGgetMu(svg);
8484
svg.Add(BBOX.MGLYPH(this.img.img,values.width,values.height,values.valign,mu,
85-
{src:values.src, alt:values.alt, title:values.alt}));
85+
{alt:values.alt, title:values.alt}));
8686
}
8787
}
8888
svg.Clean();

0 commit comments

Comments
 (0)