[Webkit-unassigned] [Bug 12172] SVG Text uses naff layout engine

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 9 07:27:33 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12172


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mitz at webkit.org




------- Comment #3 from mitz at webkit.org  2007-01-09 07:27 PDT -------
This is apparently an artifact of rendering to a CGContext that had its CTM
translated by a non-integer or scaled, perhaps combined with the "antialiased,
integer advances" rendering mode used for screen fonts. One hack that might
work is to (temporarily) undo the CGContext transform and apply it to the
text-drawing matrix and to the text coordinates. This would work at least for
translation, although for scaling it probably wouldn't. Some of the font
rendering mode is hiding behind SPIs, so maybe there is a way to use those to
get the desired results.


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