uptechteam / MotionViews-Android

Code Guide: How to create Snapchat-like image stickers and text stickers.
https://blog.uptech.team/how-to-create-snapchat-like-stickers-for-android-50512957c351
MIT License
479 stars 112 forks source link

Fixed scale bug #19

Open tepikin opened 7 years ago

AllanWang commented 7 years ago

Just curious, but have you tested this? If anything if you use multiplication it might need to be

float newVal = scaleDiff;

because the diff isn't actually a difference without the - 1.0f

The current implementation also doesn't really seem like a bug to me.