You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If createCanvas width*height is greater than or equal to 536870912(2^29), an error "Create skia surface failed" will be thrown, My computer memory is 32G. Is this a limitation of skia? Is there any way to overcome this limitation?