Closed
Bug 297455
Opened 20 years ago
Closed 20 years ago
Wrong size of 'integral' signs
Categories
(Core :: MathML, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mmokrejs, Assigned: rbs)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050612 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050612 The first three integrals should be displayed in smaller size, but they appear large in current cvs build. Possibly same problem can be seen with http://www.w3.org/Math/testsuite/testsuite/Presentation/TokenElements/mo/moAmovable15.xml Reproducible: Always
-> INVALID
the ∑ is correctly strecthing to cover the height of <mstyle>...</msytle>:
<mrow>
<munderover>
<mo>∑</mo>
<mi>x</mi>
<mn>0</mn>
</munderover>
...
<mstyle displaystyle='true'>
...
</mstyle>
</mrow>
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•