Fix problem with width of equations with line breaking.
This commit is contained in:
parent
477903cc79
commit
5b232c93e8
|
@ -221,6 +221,7 @@ MathJax.Hub.Register.StartupHook("SVG Jax Ready",function () {
|
|||
//
|
||||
// Place the new line
|
||||
//
|
||||
if (line.w + shift > svg.w) svg.w = line.w + shift;
|
||||
svg.Align(line,align,0,state.Y,shift);
|
||||
//
|
||||
// Save the values needed for the future
|
||||
|
|
Loading…
Reference in New Issue
Block a user