Closed
Bug 1476205
Opened 6 years ago
Closed 6 years ago
matrix3d AntiAlias works incorrectly
Categories
(Core :: Graphics, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1151543
People
(Reporter: hyrious, Unassigned)
Details
(Whiteboard: [gfx-noted] )
Attachments
(1 file)
532 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36
Steps to reproduce:
apply "transform: matrix3d(1,0,0,.001,0,1,0,0,0,0,1,0,0,0,0,1);" to an element with "background-color, border, transform-origin"
Actual results:
the antialias applied to the edges of the element is incorrect and jaggy.
Expected results:
the edges should be smoothed.
Hi hyrious,
Thanks for reporting this issue.
Reproducible with the following specs:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0
Build ID: 20180704003137
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0
Build ID: 20180719140244
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0
Build ID: 20180720101508
Status: UNCONFIRMED → NEW
status-firefox61:
--- → affected
status-firefox62:
--- → affected
status-firefox63:
--- → affected
Component: Untriaged → Graphics
Ever confirmed: true
Product: Firefox → Core
Comment 2•6 years ago
|
||
I could reproduce the problem. :mattwoodrow, can you comment to the bug?
Flags: needinfo?(matt.woodrow)
Updated•6 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Whiteboard: [gfx-noted]
Comment 3•6 years ago
|
||
This is because we don't currently have support for edge antialiasing on Windows, this is covered by bug 1151543.
Looks like WebRender does support this though, so that might be the solution here.
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(matt.woodrow)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•