hunkim98 / dotting

Dotting is a pixel art editor component library for react
https://hunkim98.github.io/dotting/
MIT License
43 stars 12 forks source link

Allow render mask to be applicable when the backgroundMode is set to "checkerBoard" #58

Closed hunkim98 closed 11 months ago

hunkim98 commented 1 year ago

In the PR #56, I have updated the interaction layer to mask the data layer when the user shrinks the pixel canvas. However, this only works for the backgroundMode "color". The implementation of masking when backgroundMode is "checkerBoard" is quite more complicated that masking when backgroundMode is set to "color", but it is worth a try.

hunkim98 commented 11 months ago

I will close this issue since we changed our background canvas to be customizable to the user.