Fix problem with SVG output disappearing during line breaks when equation numbers are also present. Resolves issue #296
This commit is contained in:
parent
9025855ce2
commit
af2ae01e9b
|
@ -188,7 +188,7 @@ MathJax.Hub.Register.StartupHook("SVG Jax Ready",function () {
|
|||
// fill it with the proper elements,
|
||||
// and clean up the bbox
|
||||
//
|
||||
line = BBOX();
|
||||
var line = BBOX();
|
||||
state.first = broken; state.last = true;
|
||||
this.SVGmoveLine(start,end,line,state,values);
|
||||
line.Clean();
|
||||
|
|
Loading…
Reference in New Issue
Block a user