[webkit-reviews] review granted: [Bug 123004] Antialias underlines if they're not axis-aligned : [Attachment 214905] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 23 11:29:51 PDT 2013
Simon Fraser (smfr) <simon.fraser at apple.com> has granted Myles C. Maxfield
<mmaxfield at apple.com>'s request for review:
Bug 123004: Antialias underlines if they're not axis-aligned
https://bugs.webkit.org/show_bug.cgi?id=123004
Attachment 214905: Patch
https://bugs.webkit.org/attachment.cgi?id=214905&action=review
------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=214905&action=review
> Source/WebCore/platform/graphics/cg/GraphicsContextCG.cpp:1256
> + if (!printing &&
getCTM(GraphicsContext::DefinitelyIncludeDeviceScale).preservesAxisAlignment())
{
This is going to be a light perf hit, but not sure if it is measurable.
More information about the webkit-reviews
mailing list