Closed
Bug 803557
Opened 12 years ago
Closed 12 years ago
Font rendering in canvas is much worse than Safari
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 780362
People
(Reporter: bzbarsky, Unassigned)
Details
Attachments
(1 file)
211 bytes,
text/html
|
Details |
Trying the simple attached testcase, the text looks much worse than it does in Safari... or in the content area.
Part of that last is grayscale vs subpixel antialiasing and lack of hidpi rendering, but Safari has those going on too, and still its text is much more readable.
Comment 1•12 years ago
|
||
It looks to me like Safari does HiDPI (but grayscale) text in canvas; I think the primary difference here is simply that our canvas is not yet HiDPI-enabled at all. (Bug 780362)
Reporter | ||
Comment 2•12 years ago
|
||
Hmm. I thought (per discussion in bug 780362) canvas couldn't default to hi-dpi...
Reporter | ||
Comment 3•12 years ago
|
||
Ah, the discussion was just confused.
So it's possible that this is just bug 780362, then.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•