Assigned
Status Update
Comments
em...@gmail.com <em...@gmail.com> #2
We could add an API to make the weighted distance customizable, aosp/3271691 has more info.
No update yet.
We could add an API to make the weighted distance customizable, aosp/3271691 has more info.
Description
Jetpack Compose component used: Image, rememberAnimatedVectorPainter
Android Studio Build: /
Kotlin version: 1.8.21
Steps to Reproduce or Code Sample to Reproduce:
1. val imageVector = AnimatedImageVector.animatedVectorResource(id = R.drawable.anim_little_goose)
2. val image = rememberAnimatedVectorPainter(imageVector, atEnd)
3. Image( painter = image ...)
anim_little_goose is a AVD file which ImageView render it as expected. But in Compose, the goose's eyes didn't move as expected.
Stack trace (if applicable):