Is there a way to convert a `ImageVector` to `Imag...
# compose
r
Is there a way to convert a
ImageVector
to
ImageBitmap
? To draw
ImageBitmap
into a
CanvasDrawScope
r
*In multiplatform
s
and?
vector painter is a multiplatform api
r
Yes, but I didn't find any way to get a vector painter from an image vector. I tried to
getDrawableResourceBytes
and
decodeToImageBitmap
. But bytes are null. So I have a
decodeToImageVector
. But from here I'm blocked