SVG output ignores the scale configuration option
The SVG output is not taking the scale configuration option into account. This should be done in the SVG output jax setScale()
method, but that was override because the default includes the MathItem's metric scaling as well, which isn't needed for SVG output.