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


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





--- Comment #6 from Eric Seidel <eric at webkit.org>  2011-05-17 18:52:31 PST ---
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.

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