-
Notifications
You must be signed in to change notification settings - Fork 7.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
snapshotCanvas function bug in CanvasRenderer #5792
Comments
samme
added a commit
to samme/phaser
that referenced
this issue
Jul 28, 2021
@samme thanks for the fast fix. Is there any information on when this will be available? |
Thank you for submitting this issue. We have fixed this and the fix has been pushed to the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
Description
Trying to get a snapshot from the container, when using Canvas Renderer. There seems a reference issue.
The function uses
CanvasSnapshot(this.canvas, state);
but there is nothis.canvas
property in there, there iscanvas
argument, that I think might be there orthis.gameCanvas
could be placed instead ofthis.canvas
.Example Test Code
Additional Information
The text was updated successfully, but these errors were encountered: