[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:28:52 PDT 2011


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





--- Comment #14 from Levi Weintraub <leviw at chromium.org>  2011-05-19 11:28:52 PST ---
(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.

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