Hi, is there a way to paint an ImageVector into a ...
# compose
e
Hi, is there a way to paint an ImageVector into a canvas or more generally a Painter? Or maybe a way to convert an ImageVector to an ImageBitmap ?
a
try
VectorPainter
, usually created via
rememberVectorPainter(imageVector)