sizes.add(e.getVisibleRoot().recursiveSize());
// TODO: Expensive: Only evaluate for small numbers of equations.
//> if (equations.size()<MAX_DRAW_SIZE) {
//- figs.add(e.toBox(colourScheme).toBufferedImage(width, height, colourScheme));
figs.add(e.toBox(colourScheme).toBufferedImage(ICON_WIDTH, ICON_HEIGHT, colourScheme, false));
//> }
}
}
invisibleArgs.removeAll(visible);
invisibleText.removeAll(visible);