[Webkit-unassigned] [Bug 12448] small text which is scaled to be large renders pixelated
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 15 18:23:17 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=12448
--- Comment #11 from Eric Seidel <eric at webkit.org> 2010-09-15 18:23:16 PST ---
(From update of attachment 66342)
View in context: https://bugs.webkit.org/attachment.cgi?id=66342&action=prettypatch
I'm confused why Qt doesn't do this all for you. How do other platforms avoid needing this code? Why is CoreGraphics (mac) smart enough not to need it? Or does it have it and I just don't realize?
> WebCore/ChangeLog:48887
> - (WebCore::HTMLTreeBuilder::insertComment):
> + (WebCore::HTMLTreeBuilder::insertComment):
> - Eliminate one unnecessary ref/deref pair.
Huh?
> WebCore/platform/graphics/qt/FontQt.cpp:223
> + scale = sqrtf(trans.c() * trans.c() + trans.d() * trans.d());
I guess no inline sqr() function. ;) Does this operation have a name? One which AffineTransform should support for you?
--
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