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