MathJax-src
MathJax-src copied to clipboard
[SVG output] Non-stretchy left angle bracket misaligned
Left angle bracket moves over the a in this example:
<mrow>
<mo stretchy="false">⟨</mo>
<mi>a</mi>
<mo stretchy="false" braketbar="true">|</mo>
<mi>b</mi>
<mo stretchy="false">⟩</mo>
</mrow>
(Looks fine in CHTML.)
I'm not able to reproduce. What branch are you on?
Also, mo
doesn't have a bracketbar
attribute. If it is a custom one that you have added, you should use data-bracketbar
.