[Webkit-unassigned] [Bug 60317] Text is scaled in a stair-step pattern

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 19 11:32:31 PDT 2011


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





--- Comment #15 from Eric Seidel <eric at webkit.org>  2011-05-19 11:32:30 PST ---
(In reply to comment #14)
> (In reply to comment #13)
> > I hope that explains what SVG is doing ..... though the bug you've found is still valid, but has nothing to do with that part of the SVG text handling.
> 
> Thanks again for the great description. What SVG is doing now makes perfect sense, and ideally we'd just tweak the current algorithm. Where we're currently scaling the graphics context by 1 / scalingFactor (SVGInlineTextBox::paintTextWithShadows and elsewhere), I think we should also be scaling it by the difference between the requested size and the actual. There's just no way to figure out what that delta is from the current font system... at least that I can find.

I'm sure there is CoreGraphics/CoreText SPI which Apple could add to WKSystemInterface if this ends up being the way to go.

Can your solution be implemented for other graphics libraries first?

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