Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Minimal size for a vertical arrow stretched by scaling</title>
</head>
<body>
<table style="position: absolute;">
<tr>
<td><div style="height: 200px; width: 5px; background: black"/></td>
<td>
<mrow>
<mspace height="50px" depth="50px" width="5px"
style="background: yellow" />
<mspace height="44px" depth="44px" width="50px"
style="background: green;"/>
</mrow>
</math>
</td>
</tr>
</table>
</body>
</html>