Arbortext Layout Developer (ALD): I would like to increase the quality of mathjax formula (SVG).

For example, is it possible to improve quality in the following ways?
Improve the SVG image quality by increasing the scale of the formula and converting it into an image.
I was able to change the scale manually.

I hope this can be achieved with the following javascript.
var mathObject = {};
mathObject.type = type;
mathObject.output = math_name;
mathObject.content = xpathString;
mathObject.scale="1500%"; /* I would like to add "scale" as a function addition. */
content.functions.mathjax.createGraphic(mathObject);