blob: 50f14246eee9b98d26480ba43f4f7ae2d0ee0ec2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<title>Test mpadded</title>
</head>
<body>
<math>
<mpadded mathbackground="red" height="100height" depth="0">
<mphantom>
<mtext>𝚇<!-- Mathematical Monospace Capital X --></mtext>
</mphantom>
</mpadded>
</math>
</body>
</html>
|