Fix problem with SVG output disappearing during line breaks when equation numbers are also present. Resolves issue #296

This commit is contained in:
Davide P. Cervone 2012-09-09 07:04:19 -04:00
parent 9025855ce2
commit af2ae01e9b

View File

@ -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();