From af2ae01e9b58d3bef8a992a06d39e04600543f28 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Sun, 9 Sep 2012 07:04:19 -0400 Subject: [PATCH] Fix problem with SVG output disappearing during line breaks when equation numbers are also present. Resolves issue #296 --- unpacked/jax/output/SVG/autoload/multiline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unpacked/jax/output/SVG/autoload/multiline.js b/unpacked/jax/output/SVG/autoload/multiline.js index 8d25e9383..6adf1d736 100644 --- a/unpacked/jax/output/SVG/autoload/multiline.js +++ b/unpacked/jax/output/SVG/autoload/multiline.js @@ -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();