bevy / photo-editor-android

Photo Editor SDK contains a lot of features like edit, scale, rotate and draw on images like Instagram stories.
MIT License
548 stars 189 forks source link

adding better isViewInBounds check #3

Open AhmedvHashem opened 7 years ago

AhmedvHashem commented 7 years ago

We salute you for this library, we are using it in our current project, it saved us a lot of time.

i added an extra functionality that was needed, and i think it should be default it the library

when you move the image/sticker/text vertically the isViewInBounds() works perfectly but when moving horizontally it does not cuz it fits the width of the screen to the touch position never exceed the bounds of the container view.

so i added that functinallity

my fork https://github.com/AhmedNTS/photo-editor-android

haykgalstyan commented 6 years ago

Thank you!

sreekanth100khere commented 5 years ago

@AhmedNTS Since you are using this in your project, I am considering this for my project, are there any bugs with this library?