Bug 69213
Summary: | [chromium windows] DumpRenderTree text is not anti-aliased | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ben Wells <benwells> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Minor | CC: | jamesr, reed |
Priority: | P3 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Unspecified |
Ben Wells
On Chromium Windows, DumpRenderTree produces pixel results with text that isn't anti-aliased. This is most noticeable with rotated text (e.g. LayoutTests/fast/transforms/transformed-caret.png) and is quite noticeable with header fonts.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mike Reed
This is deliberate, and has been true for a long time, making it easier to get reproducible results on different machines that may have different tuned settings for antialiasing and cleartype.
Ben Wells
(In reply to comment #1)
> This is deliberate, and has been true for a long time, making it easier to get reproducible results on different machines that may have different tuned settings for antialiasing and cleartype.
That makes a lot of sense. Thanks for the quick explanation and apologies for all the noise.