scale-stretchy-002-ref.html (694B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title>Minimal size for a vertical arrow stretched by scaling</title> 6 </head> 7 <body> 8 <table style="position: absolute;"> 9 <tr> 10 <td><div style="height: 200px; width: 5px; background: black"/></td> 11 <td> 12 <math xmlns="http://www.w3.org/1998/Math/MathML"> 13 <mrow> 14 <mspace height="50px" depth="50px" width="5px" 15 style="background: yellow" /> 16 <mspace height="44px" depth="44px" width="50px" 17 style="background: green;"/> 18 </mrow> 19 </math> 20 </td> 21 </tr> 22 </table> 23 </body> 24 </html>