Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font icon detection results in Canvas2D warning #3900

Closed
WilcoFiers opened this issue Jan 27, 2023 · 1 comment · Fixed by #3931
Closed

Font icon detection results in Canvas2D warning #3900

WilcoFiers opened this issue Jan 27, 2023 · 1 comment · Fixed by #3931
Labels
commons Issues in the common code (lib/commons) fix Bug fixes
Milestone

Comments

@WilcoFiers
Copy link
Contributor

I've been getting this warning when running axe-core. I think this happened when we added checking for font icons to color-contrast-matches:

Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently attribute set to true
@WilcoFiers WilcoFiers added fix Bug fixes commons Issues in the common code (lib/commons) labels Jan 27, 2023
@WilcoFiers WilcoFiers added this to the Axe-core 4.7 milestone Jan 27, 2023
@dbjorge
Copy link
Contributor

dbjorge commented Jan 27, 2023

@WilcoFiers Yes, confirming that this is coming from font-icon checking - I noticed this in label-content-name-mismatch recently as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
commons Issues in the common code (lib/commons) fix Bug fixes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants