godaddy / compose-color-picker

Jetpack Compose Android Color Picker 🎨
MIT License
369 stars 23 forks source link

Checkerboard squares don't fill the full alpha bar in certain dimensions #5

Closed riggaroo closed 2 years ago

riggaroo commented 2 years ago

On certain sizes of the colour picker, the checkerboard doesn't fill the region fully, there is a gap there.

Probably need to use ceil() on the calculations instead of floor() and then clip the region so it doesn't overdraw.

Screenshot_1636267324