Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
1 <?xml version="1.0" encoding="utf-8"?>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>Minimal size for a vertical arrow stretched by scaling</title>
5 </head>
7 <body>
9 <table style="position: absolute;">
10 <tr>
11 <td><div style="height: 200px; width: 5px; background: black"/></td>
12 <td>
13 <math xmlns="http://www.w3.org/1998/Math/MathML">
14 <mrow>
15 <mspace height="50px" depth="50px" width="5px"
16 style="background: yellow" />
17 <mspace height="44px" depth="44px" width="50px"
18 style="background: green;"/>
19 </mrow>
20 </math>
21 </td>
22 </tr>
23 </table>
25 </body>
26 </html>