Prefix msqrt with a multiplier as Mac's font and antialiasing causes the

radical symbol to affect two pixels to the left of content by up to 8/256.


git-svn-id: svn://10.0.0.236/trunk@248576 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
karlt+%karlt.net 2008-03-26 04:47:17 +00:00
parent 638ca16659
commit 771f0caebc
2 changed files with 14 additions and 8 deletions

View File

@ -13,11 +13,13 @@
<td>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mphantom>
<mn>60</mn>
<mo>&#x2062;</mo>
<msqrt>
<mn>2</mn>
<mo>+</mo>
<mn>3</mn>
<mo>=</mo>
<mo>-</mo>
<mo>5</mo>
</msqrt>
</mphantom>

View File

@ -13,13 +13,17 @@
<table>
<td>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<msqrt>
<mn>2</mn>
<mo>+</mo>
<mn>3</mn>
<mo>=</mo>
<mo>5</mo>
</msqrt>
<mrow>
<mn>60</mn>
<mo>&#x2062;</mo>
<msqrt>
<mn>2</mn>
<mo>+</mo>
<mn>3</mn>
<mo>-</mo>
<mo>5</mo>
</msqrt>
</mrow>
</math>
</td>
</table>