Rafs
11/11/2020, 9:21 PMImageAsset
from a Bitmap
object?Ian Lake
11/11/2020, 10:35 PMRafs
11/11/2020, 10:52 PMVectorAsset
created with vectorResource(..)
into an ImageAsset
?Ian Lake
11/12/2020, 12:22 AMImageAsset
should have another overload that takes a VectorAsset
(that's how Icon
works for instance). I know there's been some recent work in this space - maybe @Nader Jawad has more info?Rafs
11/12/2020, 12:24 AMdrawImage
but it's only accepting an ImageAsset
and not a VectorAsset
Nader Jawad
11/12/2020, 12:32 AMrememberVectorPainter(myVectorAsset)
within a composable methodRafs
11/12/2020, 12:40 AMcb
11/12/2020, 7:31 AM