[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 10 11:34:53 PST 2011


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





--- Comment #12 from François Sausset <sausset at gmail.com>  2011-01-10 11:34:53 PST ---
(In reply to comment #11)
> (In reply to comment #10)
> > (In reply to comment #9)
> > > This broke Leopard build.  I think m_lineThickness should be float instead of double.
> > 
> > Too bad it didn't ran on the bot. I don't have access to my devel machine right now, could you commit the potential fix? That would be great.
> 
> I added the cast to float back in the line 160 for now.  You can change the type of m_lineThickness to float later if you think my suggestion is right.
> 
> http://trac.webkit.org/changeset/75394

Yes, a float is sufficient here for the accuracy and it is better to avoid an unneeded cast.

I'll do the change tomorrow by submitting a new 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