Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [android] ClipPath doesn't work when the following conditions met
1. rotation or scale is used 2. API level is 24 As border-radius uses clipPath, this will cause views with border-radius using rotation or scale on API level 24 doesn't. So far, this is a bug of Android N,https://code.google.com/p/android/issues/detail?id=225556&sort=-id&colspec=ID Whether this bug is fixed on API 25 or higher is unknown so far, so ClipPath will be disabled when API level is 24 or higher.
- Loading branch information