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:
parent
638ca16659
commit
771f0caebc
@ -13,11 +13,13 @@
|
||||
<td>
|
||||
<math xmlns="http://www.w3.org/1998/Math/MathML">
|
||||
<mphantom>
|
||||
<mn>60</mn>
|
||||
<mo>⁢</mo>
|
||||
<msqrt>
|
||||
<mn>2</mn>
|
||||
<mo>+</mo>
|
||||
<mn>3</mn>
|
||||
<mo>=</mo>
|
||||
<mo>-</mo>
|
||||
<mo>5</mo>
|
||||
</msqrt>
|
||||
</mphantom>
|
||||
|
||||
@ -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>⁢</mo>
|
||||
<msqrt>
|
||||
<mn>2</mn>
|
||||
<mo>+</mo>
|
||||
<mn>3</mn>
|
||||
<mo>-</mo>
|
||||
<mo>5</mo>
|
||||
</msqrt>
|
||||
</mrow>
|
||||
</math>
|
||||
</td>
|
||||
</table>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user