[Webkit-unassigned] [Bug 36840] SVG @font-face breaks text-overflow: ellipsis

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 28 12:09:35 PST 2011


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





--- Comment #7 from Eric Seidel <eric at webkit.org>  2011-01-28 12:09:35 PST ---
(From update of attachment 80464)
View in context: https://bugs.webkit.org/attachment.cgi?id=80464&action=review

> Source/WebCore/svg/SVGFont.cpp:625
> +    if (const SVGFontData* fontData = svgFontAndFontFaceElementForFontData(primaryFont(), fontFaceElement, fontElement)) {

Early return is preferred over long if clauses.

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