chartjs / chartjs-plugin-annotation

Annotation plugin for Chart.js
MIT License
603 stars 325 forks source link

Disable canvas acceleration in Firefox 110 in test cases #857

Closed stockiNail closed 1 year ago

stockiNail commented 1 year ago

See https://github.com/chartjs/chartjs-plugin-annotation/pull/856.

Firefox 110 added the following feature: GPU-accelerated Canvas2D is enabled by default on macOS and Linux. It seems that this is breaking the test cases on fixtures. This PR is trying to disable it.