Issue Summary
Making a reversed D character:
\(\style{transform: scaleX(-1);}{\mathrm{D}}\)
gives correct result in chtml but with svg it is displaced to the left.
Steps to Reproduce:
- using the example on jsbin, paste in
given \(\style{transform: scaleX(-1);}{\mathrm{D}}\) by a relation
This works correctly.
- change the src to tex-svg
The character is displaced to the left.
Technical details:
- MathJax Version: latest
- Client OS: Linux
- Browser: Firefox
I am using the following MathJax configuration from the jsbin page:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>MathJax example</title>
<script id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@4/tex-svg.js">
</script>
</head>
<body>
<p>
given \(\style{transform: scaleX(-1);}{\mathrm{D}}\) by a relation
</p>
</body>
</html>
Supporting information:
Screenshot below
good chtml
bad svg:

Issue Summary
Making a reversed D character:
\(\style{transform: scaleX(-1);}{\mathrm{D}}\)gives correct result in chtml but with svg it is displaced to the left.
Steps to Reproduce:
This works correctly.
The character is displaced to the left.
Technical details:
I am using the following MathJax configuration from the jsbin page:
Supporting information:
Screenshot below
good chtml
bad svg: