[Webkit-unassigned] [Bug 50018] MathML: vertical alignment & bar thickness adjustments of fractions are needed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 3 06:11:22 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=50018





--- Comment #3 from François Sausset <sausset at gmail.com>  2011-01-03 06:11:22 PST ---

(In reply to comment #2)
> It would be nice if you explained what change you actually made. Like why is this new change more correct?
I changed the default value of the bar thickness from "thin" to "medium" according to the MathML 3 recommendation. I thus had to adjust the numeric value of the "thin", "medium", and "thick" thicknesses for a correct rendering.
I also changed the vertical alignment of the bar, to be more reliable with operators like: +,=,...
See the removed FIXME in the patch for more details.

> Why static_cast<int> and not just int(m_lineThickness / 2) ?
There is no good reason. It will be corrected in the revised patch.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list