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

Memory canvas use exceeds the maximum limit (254mb) #66

Open
jesesqui opened this issue May 23, 2022 · 1 comment
Open

Memory canvas use exceeds the maximum limit (254mb) #66

jesesqui opened this issue May 23, 2022 · 1 comment

Comments

@jesesqui
Copy link

Memory canvas use exceeds the maximum limit (254mb) the console show this messages when use it in iPad, anything recommendation for increase the limit, tks.
Captura de Pantalla 2022-05-20 a la(s) 14 53 48

@RavishaHesh
Copy link
Owner

It seems this is a Safari-specific issue and happens when holding canvas objects in variables. So might have to update the way that the library access canvas objects. Instead of taking them from this.fabricObjects variables when accessing a canvas object, accessing them with document.querySelector might fix the issue.

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

2 participants