Closed hearsilent closed 6 years ago
Does this still occur after the Android X migration that was just committed? I'm confused as to why the support library would change how the Canvas operates... Are you sure this isnt an Android P issue?
@xiphirx You can see this issue: https://issuetracker.google.com/issues/111819103 Google says won't fix :'(
@xiphirx Yep, still occur in AndroidX. I'll fix conflicts and notice you 💯
Ok yeah, this isn't because of the support library / Android X, but because of Android P... I'll have to understand the change more to figure out the appropriate solution. I'm not sure adding more Paths is the best way for efficiency concerns.
In pre 19 devices method is so tricky.
I use clipPath
but circle is jagged, so need to draw a 1px border circle to fix jagged.
You can see this method in uCrop.
Note: clipPath
doesn't like drawCircle
can use paint with anti alias.
Version used: 1.12.0
Stack trace: In support library 28.0.0, start of anim will have a rect.
27.1.1
28.0.0
Android version: 9.0