[Webkit-unassigned] [Bug 12172] SVG Text uses naff layout engine
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 9 03:51:17 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12172
------- Comment #1 from contact at nickshanks.com 2007-01-09 03:51 PDT -------
I'm guessing that what you are doing to draw text is to take the outline of
each glyph from the font and add it to a compound CG path that is your internal
representation of the SVG. Since each text or tspan element is an atomic unit
(if there's no :first-letter style), can you not just wait until it's time to
rasterise, then ask ATSUI to draw the text for you? That way you get everything
done properly (kerning, right-to-left, indic rearrangement, ligature
substitution &c.)
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list