mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #15168 from calixteman/disable_canvas_acc
Disable canvas acceleration for linux tests
This commit is contained in:
commit
3256761ead
1 changed files with 2 additions and 0 deletions
|
@ -962,6 +962,8 @@ async function startBrowser(browserName, startUrl = "") {
|
|||
"print.printer_PDF.print_to_filename": printFile,
|
||||
// Enable OffscreenCanvas
|
||||
"gfx.offscreencanvas.enabled": true,
|
||||
// Disable gpu acceleration
|
||||
"gfx.canvas.accelerated": false,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue