Closed
Bug 1440676
Opened 7 years ago
Closed 3 years ago
Canvas clipping not working with hardware acceleration
Categories
(Core :: Graphics: Canvas2D, defect, P3)
Tracking
()
RESOLVED
FIXED
96 Branch
People
(Reporter: Christoph, Assigned: bas.schouten)
References
Details
(Keywords: regression, Whiteboard: [gfx-noted])
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0
Build ID: 20180219114835
Steps to reproduce:
Open the following web page with hardware acceleration enabled:
https://appamics.com/tb/test-appamics-canvas.html
Actual results:
The overlay image should be clipped using a path. However, the full images are painted.
Expected results:
The path should be used as clip region.
Affected:
Windows 10 with nvidia GeFoce 1050 Ti graphics card and latest driver.
Seamonkey on the same Windows 10 PC.
Works:
With hardware acceleration disabled.
In Windows 10 VM (Parallels) on macOS.
Could be an nvidia specific issue.
I see this with Nvidia and Intel. There in 52, with regression range: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=29beaebdfaccbdaeb4c1ee5a43a9795ab015ef49&tochange=f7d5008ee2ab9200052e45ad6ecc3f3a348f7f86
Assignee: nobody → bas
Priority: -- → P3
Whiteboard: [gfx-noted]
Updated•7 years ago
|
Keywords: regression
Version: 59 Branch → 52 Branch
Reverting the simple patch from bug 1303534 fixes this.
Blocks: 1303534
Updated•7 years ago
|
Priority: P3 → P1
Updated•6 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 4•3 years ago
|
||
Fixed by bug 1642583
Updated•3 years ago
|
status-firefox94:
--- → wontfix
status-firefox95:
--- → wontfix
status-firefox96:
--- → fixed
status-firefox-esr91:
--- → wontfix
Target Milestone: --- → 96 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•