|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 <head> |
|
4 <title>Minimal size for a vertical arrow stretched by scaling</title> |
|
5 </head> |
|
6 |
|
7 <body> |
|
8 |
|
9 <table style="position: absolute;"> |
|
10 <tr> |
|
11 <td><div style="height: 200px; width: 5px; background: black"/></td> |
|
12 <td> |
|
13 <math xmlns="http://www.w3.org/1998/Math/MathML"> |
|
14 <mrow> |
|
15 <mspace height="50px" depth="50px" width="5px" |
|
16 style="background: yellow" /> |
|
17 <mo style="color: blue;">⤋</mo> |
|
18 </mrow> |
|
19 </math> |
|
20 </td> |
|
21 </tr> |
|
22 </table> |
|
23 |
|
24 <table style="position: absolute;"> |
|
25 <tr> |
|
26 <td><div style="height: 200px; width: 5px; background: black"/></td> |
|
27 <td> |
|
28 <math xmlns="http://www.w3.org/1998/Math/MathML"> |
|
29 <mrow> |
|
30 <mspace height="50px" depth="50px" width="5px" |
|
31 style="background: yellow" /> |
|
32 <mspace height="44px" depth="44px" width="50px" |
|
33 style="background: green;"/> |
|
34 </mrow> |
|
35 </math> |
|
36 </td> |
|
37 </tr> |
|
38 </table> |
|
39 |
|
40 </body> |
|
41 </html> |