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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 17 18:59:04 PDT 2011


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





--- Comment #7 from Levi Weintraub <leviw at chromium.org>  2011-05-17 18:59:04 PST ---
(In reply to comment #6)
> I don't mean with zoom.  I mean with transforms.
> 
> <svg>
> <text id="text" transform="scale(4)" style="font: Times 24px">HELLO</text>
> </svg>
> 
> I suspect if we added an <animateTransform target="text" from="scale(1)" to="scale(4)" duration="4s" /> in there, it would be smooth.

But you can see in the attached test case that just using scale values doesn't scale smoothly. In fact, as I've seen, it explicitly relies on the font system to do this for it, and the font system doesn't work as a developer would expect.

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