MathJax seems to dynamically choose between different methods based on the size of the content enclosed by delimiters. For example, the SVG representation of \\left( is sometimes U+0028, and at other times it is represented as an extended delimiter comprised of several unicodes, U+239B, U+239C, etc.
Is there a way to enforce a single representation in tex2svg?
Thanks.