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

Add Chromium versions for CanvasRenderingContext2D API hit regions #8434

Conversation

queengooborg
Copy link
Collaborator

@queengooborg queengooborg commented Dec 29, 2020

This PR adds real values for Chromium for the hit regions features of the CanvasRenderingContext2D API based upon Chromium commit history. Tracking down the exact commit when this was added, I found it was introduced in Chrome 45, behind a flag. Additionally, I had determined supported addHitRegion parameters by skimming through the source C++ code itself to find references, along with commit history for the fillRule option.

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Dec 29, 2020
@foolip
Copy link
Collaborator

foolip commented Dec 29, 2020

This also needs double checking due to #7844.

@queengooborg queengooborg deleted the api/CanvasRenderingContext2D-hitRegions-chrome branch December 29, 2020 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants