scale-stretchy-003-ref.html (737B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title>Maximal size for a horizontal arrow stretched by scaling</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 accentunder="false"> 16 <mspace width="100px" height="5px" style="background: yellow"/> 17 <mspace width="110px" height="25px" depth="25px" 18 style="background: red;"/> 19 </munder> 20 </math> 21 </td> 22 </tr> 23 </table> 24 </body> 25 </html>