tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

scale-stretchy-001-ref.html (692B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8"/>
      5    <title>Maximal 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="55px" depth="55px" width="50px"
     17                      style="background: red;"/>
     18            </mrow>
     19          </math>
     20        </td>
     21      </tr>
     22    </table>
     23  </body>
     24 </html>