ARK-Builders / ARK-Retouch

Quick image editor for Android
MIT License
0 stars 1 forks source link

Fullscreen canvas #85

Closed shubertm closed 1 year ago

shubertm commented 1 year ago

Currently the canvas wraps its content, this prevents user from drawing outside the allowed area. But when we zoom in the image doesn't fill the other empty space, it gets cut. We need zoom to fill all the screen area and move to go anywhere on the screen until device edges. https://github.com/ARK-Builders/ARK-Retouch/assets/87703131/a7b694df-9ca6-4272-9f01-fa5bd76a963a

shubertm commented 1 year ago

Solved in #83