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

Refine color font tables check #3894

Closed
chrissimpkins opened this issue Sep 2, 2022 · 1 comment
Closed

Refine color font tables check #3894

chrissimpkins opened this issue Sep 2, 2022 · 1 comment

Comments

@chrissimpkins
Copy link
Member

The com.google.fonts/check/colorfont_tables check added in #3887 should validate against the following conditions:

  1. Has none of {COLR, SVG} (is not color)
  2. Has only COLRv0 (somewhat broadly supported, https://caniuse.com/colr)
  3. Has COLRv1 and SVG

Any other state is invalid, in particular COLRv0 + SVG should fail.

This will require a slight change to the logic in the initial version of the check.

@chrissimpkins
Copy link
Member Author

duplicate of #3888

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant