Closed
Bug 859304
Opened 13 years ago
Closed 3 years ago
Rendering difference between D2D enabled and disabled.
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: quiche_on_a_leash, Unassigned)
Details
Attachments
(1 file)
|
544 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0
Build ID: 20130326150557
Steps to reproduce:
There appears to be a difference in how the attached snippet is rendered when Direct2D is enabled.
Normally you should just see a grey rectangle with the text Hello in it.
But when you have Direct2D enabled you will also see a blue region below.
Updated•13 years ago
|
Attachment #734603 -
Attachment mime type: text/plain → text/html
Comment 1•13 years ago
|
||
This is just because the size of the font is slightly different in Direct2D isn't it? I suspect is is invalid.
I see the blue region below the text on OS X as well, so it is just a difference due to font rendering.
I reported it because the blue doesn't show with IE9/Chrome/Opera.
But if this is a simple case of font rendering differences then I'm okay with making this invalid. Mea culpa.
Updated•3 years ago
|
Severity: normal → S3
Comment 4•3 years ago
|
||
I see the blue line in Chromium.
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•