hunkim98 / dotting

Dotting is a pixel art editor component library for react

Home Page:https://hunkim98.github.io/dotting/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

hunkim98 opened this issue · comments

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.

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