]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Add tests for rendering to offscreen canvas (#7175)
authorBen McCann <322311+benmccann@users.noreply.github.com>
Fri, 6 Mar 2020 17:17:12 +0000 (09:17 -0800)
committerGitHub <noreply@github.com>
Fri, 6 Mar 2020 17:17:12 +0000 (12:17 -0500)
commit53205457dc6bb463e67c55ccfe31cb818fa9a427
treee61ab27c34dcb102124266f6479f89128ba2da31
parent6836e514bf2619ee926b0b85996324f8851bc6c2
Add tests for rendering to offscreen canvas (#7175)

Add tests for using an offscreen canvas for Chart.js. These tests are
almost identical to existing tests, but with offscreen canvas enabled.

Co-authored-by: David Winegar <david.winegar@getcruise.com>
karma.conf.js
package-lock.json
package.json
test/BasicChartWebWorker.js [new file with mode: 0644]
test/fixtures/controller.line/point-style-offscreen-canvas.json [new file with mode: 0644]
test/fixtures/controller.line/point-style-offscreen-canvas.png [new file with mode: 0644]
test/specs/platform.basic.tests.js [new file with mode: 0644]
test/specs/platform.dom.tests.js
test/utils.js