rgab1508 / PixelCraft

A Pixel Art Editor
https://rgab1508.github.io/PixelCraft
MIT License
1.27k stars 78 forks source link

Resolved Mirror Issue #56

Closed emarino135 closed 2 years ago

emarino135 commented 2 years ago

Error caused by old canvas not being destroyed by Garbage Collections after being dereferenced.

Solution was to avoid creating new objects and just modify the initially created Canvas

Co-Authored-By: Guiller117 57766399+Guiller117@users.noreply.github.com