mglyph_valignbottom

align an mglyph at the bottom.

W3C sample WIRIS
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mtable displaystyle="true">
    <mtr rowalign="bottom">
      <mtd>
        <mi>
          <mglyph src="pencil-se.png" alt="pencil to bottom of"/>
        </mi>
      </mtd>
      <mtd>
        <mo>&#x222B;</mo>
      </mtd>
    </mtr>
  </mtable>
</math>

Author: Bruce Miller