Join Slack
Powered by
Hi, is there a way to paint an ImageVector into a ...
# compose
e
emmanuelvinas
07/19/2021, 4:44 PM
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
Alexandre Elias [G]
07/21/2021, 10:34 PM
try
VectorPainter
, usually created via
rememberVectorPainter(imageVector)
4
Views
Open in Slack
Previous
Next