Fix a problem with SVG linebreaking where the lines would get farther and farther apart when there are multiple breaks within an equation.
This commit is contained in:
parent
bcf7ad1807
commit
ca34855b25
File diff suppressed because one or more lines are too long
|
@ -219,8 +219,7 @@ MathJax.Hub.Register.StartupHook("SVG Jax Ready",function () {
|
||||||
//
|
//
|
||||||
// Save the values needed for the future
|
// Save the values needed for the future
|
||||||
//
|
//
|
||||||
state.d = line.d-(line.y||0);
|
state.d = line.d; state.values = values; state.n++;
|
||||||
state.values = values; state.n++;
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/****************************************************************/
|
/****************************************************************/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user