We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ed447 commit 8599abbCopy full SHA for 8599abb
unpacked/jax/output/SVG/jax.js
@@ -319,14 +319,14 @@
319
//
320
state.SVGeqn += (state.i - state.SVGi); state.SVGi = state.i;
321
if (state.SVGeqn >= state.SVGlast + state.SVGchunk) {
322
- this.postTranslate(state);
+ this.postTranslate(state,true);
323
state.SVGchunk = Math.floor(state.SVGchunk*this.config.EqnChunkFactor);
324
state.SVGdelay = true; // delay if there are more scripts
325
}
326
327
},
328
329
- postTranslate: function (state) {
+ postTranslate: function (state,partial) {
330
var scripts = state.jax[this.id];
331
if (!this.hideProcessedMath) return;
332
0 commit comments