CYRUS-STUDIO / ImagePicker

Android下的图片选择与裁剪开源库(android image picker and cropper library)
http://www.jianshu.com/p/35ce3b82773e
239 stars 68 forks source link

replace Region.Op.XOR to Region.Op.DIFFERENCE, prevent crash on android p #27

Open jss-tg opened 5 years ago

jss-tg commented 5 years ago

Android P上已经不支持XOR了 详见:https://developer.android.com/reference/android/graphics/Canvas.html#clipRect(android.graphics.RectF,%20android.graphics.Region.Op)