Obsolete
Status Update
Comments
ar...@google.com <ar...@google.com> #2
We have passed this defect on to the development team and will update this issue with more information as it becomes available.
[Deleted User] <[Deleted User]> #3
Just in case it is helpful, attached is a sample project showing the defect with rotations.
I believe this has been partially resolved in 7.1 Preview viahttps://code.google.com/p/android/issues/detail?id=213469 , but the rotation defect still shows up.
I believe this has been partially resolved in 7.1 Preview via
an...@gmail.com <an...@gmail.com> #4
I confirm the issue and attach another test-project for the Google team to look at.
I also provide a workaround on this project: if you use a hardware or software layer on the view using clipPath(), it behaves as expected. The problem only happens on LAYER_TYPE_NONE views.
I also provide a workaround on this project: if you use a hardware or software layer on the view using clipPath(), it behaves as expected. The problem only happens on LAYER_TYPE_NONE views.
is...@google.com <is...@google.com>
vi...@google.com <vi...@google.com> #5
Thank you for your feedback. We assure you we are doing our best to address the issues reported, however our product team has shifted work to higher priority bugs and may not be able to handle this bug. As for now, we will be closing the bug as won’t fix obsolete.
If you are still facing the issue recently, we request that you log a new bug along with the bug report herehttps://goo.gl/TbMiIO. ”
If you are still facing the issue recently, we request that you log a new bug along with the bug report here
Description
In sample project I draw a red circle on the blue background and clip it with triangle, sample layout has 2 views - one without transformations and the second one is scaled by 1.5f value around the pivot point in the center of the view.