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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 19 03:18:31 PDT 2011


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





--- Comment #34 from Nikolas Zimmermann <zimmermann at kde.org>  2011-06-19 03:18:31 PST ---
(In reply to comment #33)
> I just looked and this logic is now included in rendering/svg/SVGTextRunRenderingContext.cpp, so this patch is obsolete.

Hi Emil,

your testcase is included in the patch at bug 59085. It has got r+ and will land today. This will make SVG Fonts a first class citizen. It's now possible to mix WOFF/SVG/platform fonts using segmented fonts, and apply all kind of CSS properties (letter/word-spacing/ttext-overflow/...) to SVG Fonts.

Your patch is not necessary anymore, as when bug 59085 lands, we're reusing the simple code path completly for SVG Fonts, so the need for SVGTextRunWalker & friends is gone, so I'm removing them alltogether.

Cheers,
Niko

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