[Webkit-unassigned] [Bug 39014] [chromium] Improve spacing support for complex text on Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 11 12:14:36 PDT 2010


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





--- Comment #9 from mitz at webkit.org  2010-08-11 12:14:36 PST ---
(From update of attachment 64142)
> +        if (numWordBreaks)
> +            m_padPerWordBreak = ceilf(static_cast<float>(m_padding) / numWordBreaks);

[…]

> +                if (m_padding) {
> +                    unsigned toPad = m_padPerWordBreak;
> +                    if (m_padding < toPad)
> +                        toPad = m_padding;
> +                    m_padding -= toPad;

Looks like you’re introducing the kind of behavior described in bug 36105.

-- 
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