Skip to content

Commit af2ae01

Browse files
committed
Fix problem with SVG output disappearing during line breaks when equation numbers are also present. Resolves issue #296
1 parent 9025855 commit af2ae01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ MathJax.Hub.Register.StartupHook("SVG Jax Ready",function () {
188188
// fill it with the proper elements,
189189
// and clean up the bbox
190190
//
191-
line = BBOX();
191+
var line = BBOX();
192192
state.first = broken; state.last = true;
193193
this.SVGmoveLine(start,end,line,state,values);
194194
line.Clean();

0 commit comments

Comments
 (0)