[Webkit-unassigned] [Bug 130657] Link underline thickness should be uniform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 20 18:10:18 PDT 2014


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





--- Comment #37 from Tim Horton <thorton at apple.com>  2014-05-20 18:10:36 PST ---
(From update of attachment 230169)
View in context: https://bugs.webkit.org/attachment.cgi?id=230169&action=review

> Source/WebCore/rendering/InlineTextBox.cpp:1043
> +    bool linesAreOpaque = !isPrinting && (!(decoration & TextDecorationUnderline) || decorationColors[RenderObject::TextDecorationRenderStyleUnderline].alpha() == 255)

Color has hasAlpha() which returns true if it is not opaque

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