GetStream / sketchbook-compose

🎨 Jetpack Compose canvas library that helps you draw paths, images on canvas with color pickers and palettes.
https://getstream.github.io/sketchbook-compose/
Apache License 2.0
444 stars 25 forks source link

Is there an option to add image fit for bitmap? #17

Closed SolidScorpion closed 1 year ago

SolidScorpion commented 1 year ago

Hi! Wonderfull library. Whenever I try to add image bitmap to controller I see that internally library applies custom scaling when drawing image bitmap as background. This causes images to be cropped when displayed in Sketchbook. Can scaling options for bitmap display be added?

SolidScorpion commented 1 year ago

Never mind, giving fixed constraints for Sketchbook makes it adjust image. Closing issue