Is it possible to `clip` by a vector drawable? i.e...
# compose
u
Is it possible to
clip
by a vector drawable? i.e. not a
Outline
I have to “draw” my self with drawing commands line
lineTo, archTo
atd, but have it somehow automatically created from the vector drawble (svg)?
m
maybe you can generate a path from a vector? Like this? https://androidexample365.com/svg-path-to-jetpack-compose-tool/ maybe there’s more efficient way of doing so too
u
oO
m
tell me later if it worked
u
how do I use it? do I need to compile the project into a binary and run that?