-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat(#3843): Add support for CanvasState.reset #3844
Conversation
Nul-led
commented
Feb 10, 2024
- Resolves issue Missing implementation of reset method on CanvasRenderingContext2D and OffscreenCanvasRenderingContext2d #3843
- Documented method according to https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/reset
@daxpedda would be nice if you could review :) |
Not exactly sure if i need to put a notice into the changelog. Ill leave it at this for now. |
Ok with that, its ready for review now i think |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this needs an entry in the changelog please.
@daxpedda good enough? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!