https://kotlinlang.org logo
#compose
Title
# compose
t

Thiago

07/21/2020, 4:31 PM
Hi folks, I'm here again. This time with a vector drawable not rendering correctly. I'm re-learning Compose porting this codelab: https://codelabs.developers.google.com/codelabs/mdc-101-kotlin/#0
Copy code
Image(asset = vectorResource(id = R.drawable.shr_logo))
In the picture we can see Shrine logo rendering filled instead the path. PS: the logo that is not rendering correctly. Others are rendering fine. compose:
0.1.0-dev14
n

Nader Jawad

07/21/2020, 8:18 PM
I think compose currently does not support fillType parameters configured on a VectorDrawable. There is a ticket tracking this effort.
👍 1
2 Views