Bug 103121
Summary: | [EFL] Enable subpixel positioning and rgb antialiasing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dominik Röttsches (drott) <d-r> |
Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | kenneth, lucas.de.marchi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://roettsch.es/irend.html | ||
Bug Depends on: | |||
Bug Blocks: | 89458 |
Dominik Röttsches (drott)
Chrome, FF and WebKitGTK manage to enable subpixel positioning to draw a test page like in the URL field.
The font rendering on WebKitEFL looks rather ugly in comparison. No subpixel positioning, only grayscale antialiasing.
We should try to enable that before doing the subpixel rebaselining.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kenneth Rohde Christiansen
Can you attach screenshot?
How do you intent to enable this?
Dominik Röttsches (drott)
Cairo does not support subpixel positioning at this point, I filed this bug a bit prematurely.