4 <title>mo stacked glyphs</title>
5 <meta charset="utf-8"/>
9 <!-- Test some stretchy operators requiring stacked glyphs at large sizes. -->
10 <div style="position: absolute; top: 25px; left: 0; opacity: 0.75;">
20 <mo stretchy="true">∫</mo>
21 <mspace height="200px" depth="200px"/>
26 <!-- Same operators, but shifted vertically by one pixel. -->
27 <div style="position: absolute; top: 26px; left: 0; opacity: 0.75;">
37 <mo stretchy="true">∫</mo>
38 <mspace height="200px" depth="200px"/>
43 <!-- Some horizontal bands to hide the top/middle/bottom parts of the
44 operators and only show the straight lines. Note that the two previous
45 <div> elements have opacity>0.5 and are only shifted vertically by
46 one pixel. Hence the overlapped <div>'s should look like one <div> of
47 opacity=1, provided there are no gaps between the stacked glyphs and
48 that these glyphs are perfectly aligned. -->
49 <div style="position: absolute; top: 0px; left: 0; width: 100%; height: 150px; background: red;"></div>
50 <div style="position: absolute; top: 200px; left: 0; width: 100%; height: 150px; background: red;"></div>
51 <div style="position: absolute; top: 400px; left: 0; width: 100%; height: 150px; background: red;"></div>