We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287394e commit 2f8ab1cCopy full SHA for 2f8ab1c
karma.conf.cjs
@@ -73,6 +73,7 @@ module.exports = async function(karma) {
73
// Explicitly disable hardware acceleration to make image
74
// diff more stable when ran on Travis and dev machine.
75
// https://github.com/chartjs/Chart.js/pull/5629
76
+ // Since FF 110 https://github.com/chartjs/Chart.js/issues/11164
77
customLaunchers: {
78
chrome: {
79
base: 'Chrome',
@@ -86,7 +87,8 @@ module.exports = async function(karma) {
86
87
firefox: {
88
base: 'Firefox',
89
prefs: {
- 'layers.acceleration.disabled': true
90
+ 'layers.acceleration.disabled': true,
91
+ 'gfx.canvas.accelerated': false
92
}
93
},
94
safari: {
0 commit comments